MonoMac.AVFoundation.AVCaptureSession: Method Members

The methods of MonoMac.AVFoundation.AVCaptureSession are listed below. For a list of all members, see the AVCaptureSession Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

AddInput(AVCaptureInput)
Adds an input to the Capture Session
AddOutput(AVCaptureOutput)
Adds an output to the capture session.
BeginConfiguration()
Initiates a transaction to change the configuration of the Capture Session.
CanAddInput(AVCaptureInput) : bool
Returns whether the given input can be added to the session.
CanAddOutput(AVCaptureOutput) : bool
Returns whether the given input can be added to the session.
CanSetSessionPreset(MonoMac.Foundation.NSString) : bool
Documentation for this section has not yet been entered.
CommitConfiguration()
Applies atomically all the configuration changes that were made to the Capture Session since BeginConfiguration.
RemoveInput(AVCaptureInput)
Removes the specified input source.
RemoveOutput(AVCaptureOutput)
Removes the specified output.
StartRunning()
Starts the flow of inputs and outputs.
StopRunning()
Stops the flow of inputs and outputs.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the AVCaptureSession object.