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
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)Returns whether the given input can be added to the session. | ||
CanAddOutput(AVCaptureOutput)Returns whether the given input can be added to the session. | ||
CanSetSessionPreset(MonoMac.Foundation.NSString)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. | ||