FFmpegfs Fuse Multi Media Filesystem 2.16
|
S/VCD VcdInfo class implementation. More...
#include "ffmpegfs.h"
#include "vcdinfo.h"
#include "vcdutils.h"
#include <arpa/inet.h>
#include <string>
#include <cstring>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
struct | VCDINFO |
VCDINFO structure of INFO.VCD/SVD file. More... | |
Typedefs | |
typedef struct VCDINFO | VCDINFO |
VCDINFO structure of INFO.VCD/SVD file. | |
typedef struct VCDINFO * | LPVCDINFO |
Pointer version of VCDINFO. | |
typedef const VCDINFO * | LPCVCDINFO |
Pointer to const version of VCDINFO. More... | |
S/VCD VcdInfo class implementation.
Definition in file vcdinfo.cc.
typedef const VCDINFO* LPCVCDINFO |
Pointer to const version of VCDINFO.
Definition at line 108 of file vcdinfo.cc.