#include <SingleVorbisComment.h>
Public Member Functions | |
SingleVorbisComment (void) | |
~SingleVorbisComment (void) | |
string | key () |
bool | setKey (string inKey) |
string | value () |
bool | setValue (string inValue) |
string | toString () |
unsigned long | length () |
bool | parseComment (string inCommentString) |
Protected Attributes | |
string | mKey |
string | mValue |
|
Definition at line 35 of file SingleVorbisComment.cpp. |
|
Definition at line 39 of file SingleVorbisComment.cpp. |
|
Definition at line 44 of file SingleVorbisComment.cpp. Referenced by VorbisComments::getCommentsByKey(), and illiminable::Ogg::libVorbisCommentDotNET::DNSingleVorbisComment::key(). |
|
Definition at line 67 of file SingleVorbisComment.cpp. References toString(). Referenced by illiminable::Ogg::libVorbisCommentDotNET::DNSingleVorbisComment::length(). |
Here is the call graph for this function:
|
Definition at line 72 of file SingleVorbisComment.cpp. Referenced by VorbisComments::parseOggPacket(). |
|
Definition at line 47 of file SingleVorbisComment.cpp. References mKey. Referenced by VorbisComments::addComment(), and illiminable::Ogg::libVorbisCommentDotNET::DNSingleVorbisComment::setKey(). |
|
Definition at line 56 of file SingleVorbisComment.cpp. References mValue. Referenced by VorbisComments::addComment(), and illiminable::Ogg::libVorbisCommentDotNET::DNSingleVorbisComment::setValue(). |
|
Definition at line 62 of file SingleVorbisComment.cpp. References mKey. Referenced by length(), and illiminable::Ogg::libVorbisCommentDotNET::DNSingleVorbisComment::toString(). |
|
Definition at line 53 of file SingleVorbisComment.cpp. Referenced by illiminable::Ogg::libVorbisCommentDotNET::DNSingleVorbisComment::value(). |
|
Definition at line 58 of file SingleVorbisComment.h. Referenced by parseComment(), setKey(), and toString(). |
|
Definition at line 59 of file SingleVorbisComment.h. Referenced by parseComment(), and setValue(). |