C# Class Tachycardia.Sound.BGM.OggPlayer

Afficher le fichier Open project: secred/Tachycardia Class Usage Examples

Méthodes publiques

Свойство Type Description
m_Source uint

Private Properties

Свойство Type Description
DestroySource bool
InitSource bool
PlayThread void
StateChange void
StateChange void
UnPause void

Méthodes publiques

Méthode Description
Dispose ( ) : void
OggPlayer ( ) : System
Pause ( ) : void
Playback ( ) : void
SetCurrentFile ( OggFile NewFile1 ) : bool
SetCurrentFile ( string NewFilename ) : bool
Stop ( ) : void

Private Methods

Méthode Description
DestroySource ( ) : bool
InitSource ( ) : bool
PlayThread ( ) : void
StateChange ( OggPlayerStatus NewState ) : void
StateChange ( OggPlayerStatus NewState, OggPlayerStateChanger Reason ) : void
UnPause ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OggPlayer() public méthode

public OggPlayer ( ) : System
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

Playback() public méthode

public Playback ( ) : void
Résultat void

SetCurrentFile() public méthode

public SetCurrentFile ( OggFile NewFile1 ) : bool
NewFile1 OggFile
Résultat bool

SetCurrentFile() public méthode

public SetCurrentFile ( string NewFilename ) : bool
NewFilename string
Résultat bool

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

m_Source public_oe property

public uint m_Source
Résultat uint