MonoMac.QTKit.QTCaptureFileOutput Members

The members of MonoMac.QTKit.QTCaptureFileOutput are listed below.

See Also: Inherited members from MonoMac.QTKit.QTCaptureOutput

Public Constructors

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.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateQTCaptureFileOutputDelegate. An instance of the MonoMac.QTKit.QTCaptureFileOutputDelegate model class which acts as the class delegate.
[read-only]
IsRecordingPausedbool. Documentation for this section has not yet been entered.
MaximumRecordedDurationQTTime. Documentation for this section has not yet been entered.
MaximumRecordedFileSizeulong. Documentation for this section has not yet been entered.
MaximumVideoSizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
MinimumVideoFrameIntervaldouble. Documentation for this section has not yet been entered.
[read-only]
OutputFileUrlMonoMac.Foundation.NSUrl. Documentation for this section has not yet been entered.
[read-only]
RecordedDurationQTTime. Documentation for this section has not yet been entered.
[read-only]
RecordedFileSizeulong. Documentation for this section has not yet been entered.
ShouldChangeOutputFileQTCaptureFileError. Delegate invoked by the object to get a value.
WeakDelegateMonoMac.Foundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

GetCompressionOptions(QTCaptureConnection) : QTCompressionOptions
Documentation for this section has not yet been entered.
PauseRecording()
Documentation for this section has not yet been entered.
RecordToOutputFile(MonoMac.Foundation.NSUrl)
Documentation for this section has not yet been entered.
RecordToOutputFile(MonoMac.Foundation.NSUrl, QTCaptureDestination)
Documentation for this section has not yet been entered.
ResumeRecording()
Documentation for this section has not yet been entered.
SetCompressionOptions(QTCompressionOptions, QTCaptureConnection)
Documentation for this section has not yet been entered.

Protected Methods

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

Public Events

DidFinishRecordingEvent raised by the object.
DidOutputSampleBufferEvent raised by the object.
DidPauseRecordingEvent raised by the object.
DidResumeRecordingEvent raised by the object.
DidStartRecordingEvent raised by the object.
MustChangeOutputFileEvent raised by the object.
WillFinishRecordingEvent raised by the object.
WillStartRecordingEvent raised by the object.