C# Class Njb.SongFrame

ファイルを表示 Open project: mono/njb-sharp Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Find() public static method

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

New() public static method

public static New ( string label, string value ) : SongFrame
label string
value string
return SongFrame

New() public static method

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

New() public static method

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

NewCodec() public static method

public static NewCodec ( string codec ) : SongFrame
codec string
return SongFrame

SongFrame() public method

public SongFrame ( IntPtr framePtr ) : System
framePtr System.IntPtr
return System

ToString() public method

public ToString ( ) : string
return string