#include <DNVorbisComments.h>
Collaboration diagram for illiminable::Ogg::libVorbisCommentDotNET::DNVorbisComments:
Public Member Functions | |
DNVorbisComments (void) | |
DNVorbisComments (::VorbisComments *inNativeClass) | |
~DNVorbisComments (void) | |
String * | vendorString () |
bool | setVendorString (String *inVendorString) |
Int64 | numUserComments () |
DNSingleVorbisComment * | getUserComment (Int64 inIndex) |
bool | addComment (String *inKey, String *inValue) |
String * | toString () |
Int64 | size () |
Protected Attributes | |
::VorbisComments * | mNativeClass |
|
Definition at line 9 of file DNVorbisComments.cpp. References mNativeClass. |
|
Definition at line 15 of file DNVorbisComments.cpp. References mNativeClass. |
|
Definition at line 19 of file DNVorbisComments.cpp. |
|
Definition at line 52 of file DNVorbisComments.cpp. References VorbisComments::addComment(), and mNativeClass. |
Here is the call graph for this function:
|
Definition at line 40 of file DNVorbisComments.cpp. References VorbisComments::getUserComment(), and mNativeClass. |
Here is the call graph for this function:
|
Definition at line 36 of file DNVorbisComments.cpp. References mNativeClass, and VorbisComments::numUserComments(). |
Here is the call graph for this function:
|
Definition at line 29 of file DNVorbisComments.cpp. References mNativeClass, and VorbisComments::setVendorString(). |
Here is the call graph for this function:
|
Definition at line 67 of file DNVorbisComments.cpp. References mNativeClass, and VorbisComments::size(). |
Here is the call graph for this function:
|
Definition at line 63 of file DNVorbisComments.cpp. References mNativeClass, and VorbisComments::toString(). |
Here is the call graph for this function:
|
Definition at line 26 of file DNVorbisComments.cpp. References mNativeClass, and VorbisComments::vendorString(). |
Here is the call graph for this function:
|
Definition at line 70 of file DNVorbisComments.h. Referenced by addComment(), DNVorbisComments(), getUserComment(), numUserComments(), setVendorString(), size(), toString(), and vendorString(). |