streamdata.h File Reference

Go to the source code of this file.

Data Structures

struct  codec
struct  method
struct  encap

Defines

#define MUXERS_NUMBER   9
#define VCODECS_NUMBER   12
#define ACODECS_NUMBER   9
#define MUX_PS   0
#define MUX_TS   1
#define MUX_MPEG   2
#define MUX_OGG   3
#define MUX_RAW   4
#define MUX_ASF   5
#define MUX_AVI   6
#define MUX_MP4   7
#define MUX_MOV   8
#define MUX_WAV   9

Variables

codec vcodecs_array []
codec acodecs_array []
method methods_array []
encap encaps_array []
static const wxString vbitrates_array []
static const wxString abitrates_array []


Define Documentation

#define ACODECS_NUMBER   9

#define MUX_ASF   5

#define MUX_AVI   6

#define MUX_MOV   8

#define MUX_MP4   7

#define MUX_MPEG   2

#define MUX_OGG   3

#define MUX_PS   0

#define MUX_RAW   4

#define MUX_TS   1

#define MUX_WAV   9

#define MUXERS_NUMBER   9

#define VCODECS_NUMBER   12


Variable Documentation

const wxString abitrates_array[] [static]

Initial value:

{
    wxT("512"),
    wxT("256"),
    wxT("192"),
    wxT("128"),
    wxT("96"),
    wxT("64"),
    wxT("32"),
    wxT("16")
}

struct codec acodecs_array[]

struct encap encaps_array[]

struct method methods_array[]

const wxString vbitrates_array[] [static]

Initial value:

{
    wxT("3072"),
    wxT("2048"),
    wxT("1024"),
    wxT("768"),
    wxT("512"),
    wxT("384"),
    wxT("256"),
    wxT("192"),
    wxT("128"),
    wxT("96"),
    wxT("64"),
    wxT("32"),
    wxT("16")
}

struct codec vcodecs_array[]


Generated on Wed Aug 13 08:04:38 2008 for VLC by  doxygen 1.5.1