ltmmDVD_TIMECODE_FLAGS Constants

Summary

The ltmmDVD_TIMECODE_FLAGS constants indicate the frame rate at which a digital video disc (DVD) has been authored to play. The values listed below can be used with the IltmmDVDControl interface methods and properties.

Syntax

typedef enum ltmmDVD_TIMECODE_FLAGS 
{ 
   ltmmDVD_TC_FLAG_25fps         = 0x00000001, 
   ltmmDVD_TC_FLAG_30fps         = 0x00000002, 
   ltmmDVD_TC_FLAG_DropFrame     = 0x00000004, 
   ltmmDVD_TC_FLAG_Interpolated  = 0x00000008, 
} ltmmDVD_TIMECODE_FLAGS; 

Members

ltmmDVD_TC_FLAG_25fps

[0x00000001] Disc is authored to play at 25 frames per second.

ltmmDVD_TC_FLAG_30fps

[0x00000002] Disc is authored to play at 30 frames per second.

ltmmDVD_TC_FLAG_DropFrame

[0x00000004] Disc is authored to play at 29.97 frames per second.

ltmmDVD_TC_FLAG_Interpolated

[0x00000008] Timecode may be inaccurate (estimated).

Comments

For more detailed information, see the Microsoft documentation for the DVD_TIMECODE_FLAGS Enumeration.

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

LEADTOOLS Multimedia C API Help

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