FFmpegfs Fuse Multi Media Filesystem 2.16
Classes | Typedefs
vcdinfo.cc File Reference

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>
Include dependency graph for vcdinfo.cc:

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 VCDINFOLPVCDINFO
 Pointer version of VCDINFO.
 
typedef const VCDINFOLPCVCDINFO
 Pointer to const version of VCDINFO. More...
 

Detailed Description

S/VCD VcdInfo class implementation.

Author
Norbert Schlia (nschl.nosp@m.ia@o.nosp@m.blivi.nosp@m.on-s.nosp@m.oftwa.nosp@m.re.d.nosp@m.e)

Definition in file vcdinfo.cc.

Typedef Documentation

◆ LPCVCDINFO

typedef const VCDINFO* LPCVCDINFO

Pointer to const version of VCDINFO.

Definition at line 108 of file vcdinfo.cc.