C# Class Njb.Song

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

Private Properties

Свойство Type Description
AddFrame void
AddFrame void
AddFrame void
AddFrame void
FindFrame SongFrame
GetFrameInt uint
GetFrameShort ushort
GetFrameString string
NJB_Songid_Addframe void
NJB_Songid_Destroy System.IntPtr
NJB_Songid_Getframe System.IntPtr
NJB_Songid_New System.IntPtr
NJB_Songid_Reset_Getframe void

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetFrames ( ) : ICollection
Song ( Device device ) : System
Song ( IntPtr songidPtr, Device device ) : System
ToString ( ) : string

Private Methods

Méthode Description
AddFrame ( SongFrame frame ) : void
AddFrame ( string label, string value ) : void
AddFrame ( string label, uint value ) : void
AddFrame ( string label, ushort value ) : void
FindFrame ( string label ) : SongFrame
GetFrameInt ( string label ) : uint
GetFrameShort ( string label ) : ushort
GetFrameString ( string label ) : string
NJB_Songid_Addframe ( HandleRef handle, IntPtr frame ) : void
NJB_Songid_Destroy ( HandleRef handle ) : IntPtr
NJB_Songid_Getframe ( HandleRef handle ) : IntPtr
NJB_Songid_New ( ) : IntPtr
NJB_Songid_Reset_Getframe ( HandleRef handle ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetFrames() public méthode

public GetFrames ( ) : ICollection
Résultat ICollection

Song() public méthode

public Song ( Device device ) : System
device Device
Résultat System

Song() public méthode

public Song ( IntPtr songidPtr, Device device ) : System
songidPtr System.IntPtr
device Device
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string