Constants that describe the type of SMPTE time.
Available in Mac OS X v10.3 and later.
| C# | Visual Basic | Visual C++ |
public enum SMPTETimeTypes
Public Enumeration SMPTETimeTypes
public enum class SMPTETimeTypes
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)