ltmmDVD_HMSF_TIMECODE

Summary

The ltmmDVD_HMSF_TIMECODE structure encapsulates the hours, minutes, seconds, and frames in a DVD timecode.

Syntax

typedef struct ltmmDVD_HMSF_TIMECODE 
{ 
   BYTE bHours; 
   BYTE bMinutes; 
   BYTE bSeconds; 
   BYTE bFrames; 
} ltmmDVD_HMSF_TIMECODE; 

Members

bHours

Value that represents the Hours part of the DVD timecode.

bMinutes

Value that represents the Minutes part of the DVD timecode.

bSeconds

Value that represents the Seconds part of the DVD timecode.

bFrames

Value that represents the Frames part of the DVD timecode.

Comments

For more information, refer to the Microsoft documentation for the DVD_HMSF_TIMECODE structure.

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.