siDisplayTimeFormat Enum
Enumerations
enum
siDisplayTimeFormat
{
siDisplayMilliSeconds
= 2,
siDisplayFILM24
= 7,
siDisplayPAL25
= 8,
siDisplayNTSCDF
= 9,
siDisplayNTSC30
= 10,
siDisplaySampleRate
= 12
}
Detailed Description
Time format values which are used by siTimeDisplayFormatUserFormat
UserPreference
.
See also:
SetValue
siDefaultTimeFormat
Enumeration Type Documentation
enum siDisplayTimeFormat
Enumerator:
siDisplayMilliSeconds
[2] Used for display format, to show the milliseconds equivalent of a frame rate.
siDisplayFILM24
[7] FILM 24 frames per second.
siDisplayPAL25
[8] PAL 25 frames per second.
siDisplayNTSCDF
[9] NTSC Drop Frame display format.
siDisplayNTSC30
[10] NTSC 29.97 frames per second (non-drop frame).
siDisplaySampleRate
[12] Corresponds to the audio sample rate.