live
|
#include <OggFile.hh>
Data Structures | |
struct | _vtoHdrs |
Public Member Functions | |
OggTrack () | |
virtual | ~OggTrack () |
Boolean | weNeedHeaders () const |
Data Fields | |
u_int32_t | trackNumber |
char const * | mimeType |
unsigned | samplingFrequency |
unsigned | numChannels |
unsigned | estBitrate |
struct OggTrack::_vtoHdrs | vtoHdrs |
Definition at line 92 of file OggFile.hh.
OggTrack::OggTrack | ( | ) |
|
virtual |
|
inline |
Definition at line 123 of file OggFile.hh.
References OggTrack::_vtoHdrs::header, mimeType, NULL, and vtoHdrs.
unsigned OggTrack::estBitrate |
Definition at line 102 of file OggFile.hh.
char const* OggTrack::mimeType |
Definition at line 99 of file OggFile.hh.
Referenced by weNeedHeaders().
unsigned OggTrack::numChannels |
Definition at line 101 of file OggFile.hh.
unsigned OggTrack::samplingFrequency |
Definition at line 101 of file OggFile.hh.
u_int32_t OggTrack::trackNumber |
Definition at line 98 of file OggFile.hh.
struct OggTrack::_vtoHdrs OggTrack::vtoHdrs |
Referenced by weNeedHeaders().