00001 #pragma once
00002 #pragma unmanaged
00003 #include <libOOOgg/dllstuff.h>
00004 #include "libVorbisComment/FileComments.h"
00005
00006 #pragma managed
00007 #include "DNStreamCommentInfo.h"
00008 using namespace System;
00009 using namespace illiminable::libiWrapper;
00010 namespace illiminable {
00011 namespace Ogg {
00012 namespace libVorbisCommentDotNET {
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047 public __gc class DNFileComments
00048 {
00049 public:
00050 DNFileComments(void);
00051 ~DNFileComments(void);
00052
00053
00054 bool loadFile(String* inFileName);
00055 String* fileName();
00056
00057 bool writeOutAll(String* inFileName);
00058 bool writeOutStream(Int64 inIndex);
00059
00060
00061 DNStreamCommentInfo* getStreamComment(Int64 inIndex);
00062
00063 Int64 streamCount();
00064
00065 protected:
00066 ::FileComments* mNativeClass;
00067 };
00068
00069 }}}