typedef struct ltmmDVD_HMSF_TIMECODE
{
BYTE bHours;
BYTE bMinutes;
BYTE bSeconds;
BYTE bFrames;
} ltmmDVD_HMSF_TIMECODE;
The ltmmDVD_HMSF_TIMECODE structure encapsulates the hours, minutes, seconds, and frames in a DVD timecode .
Member |
Description |
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. |
For more information, refer to the Microsoft documentation for the DVD_HMSF_TIMECODE structure.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET