MonobjcMonobjc Documented Class Library
SMPTETimeTypes Enumeration
NamespacesMonobjc.QuartzCoreSMPTETimeTypes

Constants that describe the type of SMPTE time.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum SMPTETimeTypes
Public Enumeration SMPTETimeTypes
public enum class SMPTETimeTypes
Members
MemberDescription
kCVSMPTETimeType24

24 frames per second (standard film).

Available in Mac OS X v10.3 and later.


kCVSMPTETimeType25

25 frames per second (standard PAL).

Available in Mac OS X v10.3 and later.


kCVSMPTETimeType30Drop

30 drop frame.

Available in Mac OS X v10.3 and later.


kCVSMPTETimeType30

30 frames per second.

Available in Mac OS X v10.3 and later.


kCVSMPTETimeType2997

29.97 frames per second (standard NTSC).

Available in Mac OS X v10.3 and later.


kCVSMPTETimeType2997Drop

29.97 drop frame.

Available in Mac OS X v10.3 and later.


kCVSMPTETimeType60

60 frames per second.

Available in Mac OS X v10.3 and later.


kCVSMPTETimeType5994

59.94 frames per second.

Available in Mac OS X v10.3 and later.


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.AppKit (Module: Monobjc.AppKit)