Visual Basic (Declaration) | |
---|---|
Public Enum DVDTimecodeFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DVDTimecodeFlags |
C# | |
---|---|
public enum DVDTimecodeFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DVDTimecodeFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Flag_25fps | Disc is authored to play at 25 frames per second. |
Flag_30fps | Disc is authored to play at 30 frames per second. |
Flag_DropFrame | Disc is authored to play at 29.97 frames per second. |
Flag_Interpolated | Timecode may be inaccurate (estimated). |
Note: SMPTE timecode, more properly known as SMPTE time and control code, is a series of digital frame address values, flags and additional data applied to a video or audio stream and is defined in ANSI/SMPTE 12-1986. Its purpose is to provide a machine-readable address for video and audio. These are usually measured in seconds and they measure the time elapsed from the beginning of the file.
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.DVDTimecodeFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7