MonobjcMonobjc Documented Class Library
MaximumRecordedFileSize Property
NamespacesMonobjc.QTKitQTCaptureFileOutputMaximumRecordedFileSize

Returns the maximum file size, in bytes, of the file that should be recorded by the receiver.

Original signature is '- (UInt64)maximumRecordedFileSize'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual ulong MaximumRecordedFileSize { get; set; }
Public Overridable Property MaximumRecordedFileSize As ULong
	Get
	Set
public:
virtual property unsigned long long MaximumRecordedFileSize {
	unsigned long long get ();
	void set (unsigned long long value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)