The members of MonoMac.AVFoundation.AVCaptureSession are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | DidStartRunningNotification | MonoMac.Foundation.NSString. Notification constant for DidStartRunning |
| [read-only] static | DidStopRunningNotification | MonoMac.Foundation.NSString. Notification constant for DidStopRunning |
| [read-only] static | ErrorKey | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionErrorKey |
| [read-only] | Inputs | AVCaptureInput[]. Inputs to the capture session. |
| [read-only] | Outputs | AVCaptureOutput[]. Outputs for the capture session. |
| [read-only] static | Preset1280x720 | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPreset1280x720 |
| [read-only] static | Preset352x288 | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPreset352x288 |
| [read-only] static | Preset640x480 | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPreset640x480 |
| [read-only] static | PresetHigh | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPresetHigh |
| [read-only] static | PresetiFrame1280x720 | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPresetiFrame1280x720 |
| [read-only] static | PresetiFrame960x540 | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPresetiFrame960x540 |
| [read-only] static | PresetLow | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPresetLow |
| [read-only] static | PresetMedium | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPresetMedium |
| [read-only] static | PresetPhoto | MonoMac.Foundation.NSString. Represents the value associated with the constant AVCaptureSessionPresetPhoto |
| [read-only] | Running | bool. Whether the capture session is currently running. |
| [read-only] static | RuntimeErrorNotification | MonoMac.Foundation.NSString. Notification constant for RuntimeError |
| SessionPreset | MonoMac.Foundation.NSString. The session preset. |
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. | ||