00001 #pragma once
00002
00003 #pragma unmanaged
00004 #include <libOOOgg/dllstuff.h>
00005 #include "libVorbisComment/VorbisComments.h"
00006 #include "libVorbisComment/StreamCommentInfo.h"
00007
00008 #pragma managed
00009 #include "DNVorbisComments.h"
00010 using namespace System;
00011 using namespace illiminable::libiWrapper;
00012 namespace illiminable {
00013 namespace Ogg {
00014 namespace libVorbisCommentDotNET {
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
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063 public __gc class DNStreamCommentInfo
00064 {
00065 public:
00066 DNStreamCommentInfo(void);
00067 DNStreamCommentInfo(::StreamCommentInfo* inNativeClass);
00068 ~DNStreamCommentInfo(void);
00069
00070
00071
00072
00073
00074
00075
00076 DNVorbisComments* comments();
00077
00078
00079 Int64 pageStart();
00080 void setPageStart(Int64 inPageStart);
00081
00082 Int32 codecID();
00083 void setCodecID(Int32 inCodecID);
00084
00085 bool isDirty();
00086 void setIsDirty(bool inIsDirty);
00087
00088 Int64 majorStreamNo();
00089 void setMajorStreamNo(Int64 inMajorStreamNo);
00090
00091 Int64 minorStreamNo();
00092 void setMinorStreamNo(Int64 inMinorStreamNo);
00093
00094 protected:
00095 ::StreamCommentInfo* mNativeClass;
00096 };
00097
00098
00099
00100 }}}