#include <DNFileComments.h>
Collaboration diagram for illiminable::Ogg::libVorbisCommentDotNET::DNFileComments:
Public Member Functions | |
DNFileComments (void) | |
~DNFileComments (void) | |
bool | loadFile (String *inFileName) |
String * | fileName () |
bool | writeOutAll (String *inFileName) |
bool | writeOutStream (Int64 inIndex) |
DNStreamCommentInfo * | getStreamComment (Int64 inIndex) |
Int64 | streamCount () |
Protected Attributes | |
::FileComments * | mNativeClass |
|
Definition at line 10 of file DNFileComments.cpp. References mNativeClass. |
|
Definition at line 15 of file DNFileComments.cpp. |
|
Definition at line 29 of file DNFileComments.cpp. References FileComments::fileName(), and mNativeClass. |
Here is the call graph for this function:
|
Definition at line 48 of file DNFileComments.cpp. References FileComments::getStreamComment(), and mNativeClass. |
Here is the call graph for this function:
|
Definition at line 22 of file DNFileComments.cpp. References inFileName, FileComments::loadFile(), and mNativeClass. |
Here is the call graph for this function:
|
Definition at line 52 of file DNFileComments.cpp. References mNativeClass, and FileComments::streamCount(). |
Here is the call graph for this function:
|
Definition at line 33 of file DNFileComments.cpp. References inFileName, mNativeClass, and FileComments::writeOutAll(). |
Here is the call graph for this function:
|
Definition at line 41 of file DNFileComments.cpp. References mNativeClass, and FileComments::writeOutStream(). |
Here is the call graph for this function:
|
Definition at line 66 of file DNFileComments.h. Referenced by DNFileComments(), fileName(), getStreamComment(), loadFile(), streamCount(), writeOutAll(), and writeOutStream(). |