#include <StreamCommentInfo.h>
Collaboration diagram for StreamCommentInfo:
Public Types | |
enum | eCodecIDs { NO_CODEC = 0, VORBIS = 1, THEORA = 2 } |
Public Member Functions | |
StreamCommentInfo (void) | |
~StreamCommentInfo (void) | |
VorbisComments * | comments () |
void | setComments (VorbisComments *inComments) |
LOOG_INT64 | pageStart () |
void | setPageStart (LOOG_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 |
LOOG_INT64 | mPageStart |
unsigned short | mCodecID |
bool | mIsDirty |
unsigned long | mMajorStreamNo |
unsigned long | mMinorStreamNo |
|
Definition at line 40 of file StreamCommentInfo.h. |
|
Definition at line 35 of file StreamCommentInfo.cpp. References false. |
|
Definition at line 43 of file StreamCommentInfo.cpp. |
|
Definition at line 62 of file StreamCommentInfo.cpp. Referenced by illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::codecID(). |
|
Definition at line 49 of file StreamCommentInfo.cpp. Referenced by illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::comments(), and main(). |
|
Definition at line 69 of file StreamCommentInfo.cpp. Referenced by illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::isDirty(). |
|
Definition at line 76 of file StreamCommentInfo.cpp. Referenced by main(), and illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::majorStreamNo(). |
|
Definition at line 83 of file StreamCommentInfo.cpp. Referenced by main(), and illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::minorStreamNo(). |
|
Definition at line 55 of file StreamCommentInfo.cpp. References LOOG_INT64. Referenced by main(), and illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::pageStart(). |
|
Definition at line 65 of file StreamCommentInfo.cpp. References mCodecID. Referenced by FileComments::acceptOggPage(), and illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::setCodecID(). |
|
Definition at line 52 of file StreamCommentInfo.cpp. References mComments. Referenced by FileComments::acceptOggPage(). |
|
Definition at line 72 of file StreamCommentInfo.cpp. References mIsDirty. Referenced by illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::setIsDirty(). |
|
Definition at line 79 of file StreamCommentInfo.cpp. References mMajorStreamNo. Referenced by FileComments::acceptOggPage(), and illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::setMajorStreamNo(). |
|
Definition at line 86 of file StreamCommentInfo.cpp. References mMinorStreamNo. Referenced by FileComments::acceptOggPage(), and illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::setMinorStreamNo(). |
|
Definition at line 59 of file StreamCommentInfo.cpp. References mPageStart. Referenced by FileComments::acceptOggPage(), and illiminable::Ogg::libVorbisCommentDotNET::DNStreamCommentInfo::setPageStart(). |
|
Definition at line 67 of file StreamCommentInfo.h. Referenced by setCodecID(). |
|
Definition at line 65 of file StreamCommentInfo.h. Referenced by setComments(). |
|
Definition at line 69 of file StreamCommentInfo.h. Referenced by setIsDirty(). |
|
Definition at line 71 of file StreamCommentInfo.h. Referenced by setMajorStreamNo(). |
|
Definition at line 72 of file StreamCommentInfo.h. Referenced by setMinorStreamNo(). |
|
Definition at line 66 of file StreamCommentInfo.h. Referenced by setPageStart(). |