MonobjcMonobjc Documented Class Library
FormatType Property
NamespacesMonobjc.QTKitQTFormatDescriptionFormatType

Returns the format type of the described media, a four character code representing the format or codec type.

Original signature is '- (UInt32)formatType'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual uint FormatType { get; }
Public Overridable ReadOnly Property FormatType As UInteger
	Get
public:
virtual property unsigned int FormatType {
	unsigned int get ();
}
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)