LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
DVDTimecodeFlags Enumeration
See Also  
Leadtools.Multimedia Namespace : DVDTimecodeFlags Enumeration



The DVDTimecodeFlags enumeration values indicate the frame rate at which a digital video disc (DVD) has been authored to play.

Syntax

Visual Basic (Declaration) 
Public Enum DVDTimecodeFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DVDTimecodeFlags
C# 
public enum DVDTimecodeFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class DVDTimecodeFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Flag_25fpsDisc is authored to play at 25 frames per second.
Flag_30fpsDisc is authored to play at 30 frames per second.
Flag_DropFrameDisc is authored to play at 29.97 frames per second.
Flag_InterpolatedTimecode may be inaccurate (estimated).

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.DVDTimecodeFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also