MonobjcMonobjc Documented Class Library
QTStringForOSType Method (type)
NamespacesMonobjc.QTKitQTKitFrameworkQTStringForOSType(UInt32)

Returns an NSString representing the specified four-character code type.

Original signature is 'NSString * QTStringForOSType ( OSType type );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString QTStringForOSType(
	uint type
)
Public Shared Function QTStringForOSType ( _
	type As UInteger _
) As NSString
public:
static NSString^ QTStringForOSType(
	unsigned int type
)
Parameters
type (UInt32)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTKitFramework.QTStringForOSType(System.UInt32)"]

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)