Method | Description | |
---|---|---|
Find ( |
||
New ( string label, string value ) : |
||
New ( string label, uint value ) : |
||
New ( string label, ushort value ) : |
||
NewCodec ( string codec ) : |
||
SongFrame ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
NJB_Glue_Song_Frame_Get_Data_String ( |
||
NJB_Glue_Song_Frame_Get_Data_UInt16 ( |
||
NJB_Glue_Song_Frame_Get_Data_UInt32 ( |
||
NJB_Glue_Song_Frame_Get_Label ( |
||
NJB_Glue_Song_Frame_Get_Type ( |
||
NJB_Songid_Findframe ( |
||
NJB_Songid_Frame_New_Codec ( |
||
NJB_Songid_Frame_New_String ( |
||
NJB_Songid_Frame_New_Uint16 ( |
||
NJB_Songid_Frame_New_Uint32 ( |
public static Find ( |
||
song | ||
label | string | |
return |
public static New ( string label, string value ) : |
||
label | string | |
value | string | |
return |
public static New ( string label, uint value ) : |
||
label | string | |
value | uint | |
return |
public static New ( string label, ushort value ) : |
||
label | string | |
value | ushort | |
return |
public static NewCodec ( string codec ) : |
||
codec | string | |
return |
public SongFrame ( |
||
framePtr | ||
return | System |