FFmpegfs Fuse Multi Media Filesystem 2.16
|
S/VCD VcdChapter class. More...
#include <cstdint>
#include <string>
Go to the source code of this file.
Classes | |
class | VcdChapter |
Video CD chapter. More... | |
Typedefs | |
typedef struct VCDCHAPTER | VCDCHAPTER |
Video CD chapter forward declaration. More... | |
Enumerations | |
enum class | VCDTYPE { UNKNOWN = -1 , VCD_10_11_SVCD_10_HQVCD = 1 , VCD_20 = 2 } |
enum class | VCDPROFILETAG { UNKNOWN = -1 , VCD_10_20_SVCD_HQVCD = 0 , VCD_11 = 1 } |
S/VCD VcdChapter class.
Definition in file vcdchapter.h.
typedef struct VCDCHAPTER VCDCHAPTER |
Video CD chapter forward declaration.
Definition at line 57 of file vcdchapter.h.
|
strong |
S/VCD profile tag
Enumerator | |
---|---|
UNKNOWN | unknown file tag |
VCD_10_20_SVCD_HQVCD | VCD 1.0, VCD 2.0, SVCD und HQVCD. |
VCD_11 | VCD 1.1. |
Definition at line 49 of file vcdchapter.h.
|
strong |
S/VCD type
Enumerator | |
---|---|
UNKNOWN | unknown type |
VCD_10_11_SVCD_10_HQVCD | VCD 1.0, VCD 1.1, SVCD 1.0 und HQVCD. |
VCD_20 | VCD 2.0. |
Definition at line 39 of file vcdchapter.h.