DVDTimecodeFlags Enumeration

Summary
The DVDTimecodeFlags enumeration values indicate the frame rate at which a digital video disc (DVD) has been authored to play.
Syntax
C#
VB
C++
public enum DVDTimecodeFlags   
Public Enum DVDTimecodeFlags  
public enum class DVDTimecodeFlags   
Members
ValueMemberDescription
1Flag_25fps Disc is authored to play at 25 frames per second.
2Flag_30fps Disc is authored to play at 30 frames per second.
4Flag_DropFrame Disc is authored to play at 29.97 frames per second.
8Flag_Interpolated Timecode 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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Multimedia Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.