FFmpegfs Fuse Multi Media Filesystem 2.16
Public Attributes | List of all members
VCDMSF Struct Reference

Video CD MSF time format. More...

#include <vcdutils.h>

Public Attributes

uint8_t m_min
 Minute in BCD code. More...
 
uint8_t m_sec
 Second in BCD code. More...
 
uint8_t m_frame
 Number of frames, for a 25 frames per second movie 0...24. More...
 

Detailed Description

Video CD MSF time format.

MSF in minutes, seconds, and fractional seconds (frames).

Note
The fields in this structure are BCD encoded

Definition at line 54 of file vcdutils.h.

Member Data Documentation

◆ m_frame

uint8_t VCDMSF::m_frame

Number of frames, for a 25 frames per second movie 0...24.

Definition at line 58 of file vcdutils.h.

Referenced by VcdChapter::readio().

◆ m_min

uint8_t VCDMSF::m_min

Minute in BCD code.

Definition at line 56 of file vcdutils.h.

Referenced by VcdChapter::readio().

◆ m_sec

uint8_t VCDMSF::m_sec

Second in BCD code.

Definition at line 57 of file vcdutils.h.

Referenced by VcdChapter::readio().


The documentation for this struct was generated from the following file: