#include <StreamCommentInfo.h>
Public Types | |
enum | eCodecIDs { NO_CODEC = 0, VORBIS = 1, THEORA = 2 } |
Public Member Functions | |
StreamCommentInfo (void) | |
~StreamCommentInfo (void) | |
VorbisComments * | comments () |
void | setComments (VorbisComments *inComments) |
__int64 | pageStart () |
void | setPageStart (__int64 inPageStart) |
unsigned short | codecID () |
void | setCodecID (unsigned short inCodecID) |
bool | isDirty () |
void | setIsDirty (bool inIsDirty) |
unsigned long | majorStreamNo () |
void | setMajorStreamNo (unsigned long inMajorStreamNo) |
unsigned long | minorStreamNo () |
void | setMinorStreamNo (unsigned long inMinorStreamNo) |
Protected Attributes | |
VorbisComments * | mComments |
__int64 | mPageStart |
unsigned short | mCodecID |
bool | mIsDirty |
unsigned long | mMajorStreamNo |
unsigned long | mMinorStreamNo |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|