C# Class Njb.SongFrame

Afficher le fichier Open project: mono/njb-sharp Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static Find ( Song song, string label ) : SongFrame
song Song
label string
Résultat SongFrame

New() public static méthode

public static New ( string label, string value ) : SongFrame
label string
value string
Résultat SongFrame

New() public static méthode

public static New ( string label, uint value ) : SongFrame
label string
value uint
Résultat SongFrame

New() public static méthode

public static New ( string label, ushort value ) : SongFrame
label string
value ushort
Résultat SongFrame

NewCodec() public static méthode

public static NewCodec ( string codec ) : SongFrame
codec string
Résultat SongFrame

SongFrame() public méthode

public SongFrame ( IntPtr framePtr ) : System
framePtr System.IntPtr
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string