C# 클래스 Njb.SongFrame

파일 보기 프로젝트 열기: mono/njb-sharp 1 사용 예제들

공개 메소드들

메소드 설명
Find ( Song song, string label ) : SongFrame
New ( string label, string value ) : SongFrame
New ( string label, uint value ) : SongFrame
New ( string label, ushort value ) : SongFrame
NewCodec ( string codec ) : SongFrame
SongFrame ( IntPtr framePtr ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
NJB_Glue_Song_Frame_Get_Data_String ( IntPtr frame ) : IntPtr
NJB_Glue_Song_Frame_Get_Data_UInt16 ( IntPtr frame ) : ushort
NJB_Glue_Song_Frame_Get_Data_UInt32 ( IntPtr frame ) : uint
NJB_Glue_Song_Frame_Get_Label ( IntPtr frame ) : IntPtr
NJB_Glue_Song_Frame_Get_Type ( IntPtr frame ) : byte
NJB_Songid_Findframe ( HandleRef handle, IntPtr label ) : IntPtr
NJB_Songid_Frame_New_Codec ( IntPtr codec ) : IntPtr
NJB_Songid_Frame_New_String ( IntPtr label, IntPtr value ) : IntPtr
NJB_Songid_Frame_New_Uint16 ( IntPtr label, ushort value ) : IntPtr
NJB_Songid_Frame_New_Uint32 ( IntPtr label, uint value ) : IntPtr

메소드 상세

Find() 공개 정적인 메소드

public static Find ( Song song, string label ) : SongFrame
song Song
label string
리턴 SongFrame

New() 공개 정적인 메소드

public static New ( string label, string value ) : SongFrame
label string
value string
리턴 SongFrame

New() 공개 정적인 메소드

public static New ( string label, uint value ) : SongFrame
label string
value uint
리턴 SongFrame

New() 공개 정적인 메소드

public static New ( string label, ushort value ) : SongFrame
label string
value ushort
리턴 SongFrame

NewCodec() 공개 정적인 메소드

public static NewCodec ( string codec ) : SongFrame
codec string
리턴 SongFrame

SongFrame() 공개 메소드

public SongFrame ( IntPtr framePtr ) : System
framePtr System.IntPtr
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string