C# Class Tachycardia.Sound.BGM.OggPlayer

Mostrar archivo Open project: secred/Tachycardia Class Usage Examples

Public Properties

Property Type Description
m_Source uint

Private Properties

Property Type Description
DestroySource bool
InitSource bool
PlayThread void
StateChange void
StateChange void
UnPause void

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OggPlayer() public method

public OggPlayer ( ) : System
return System

Pause() public method

public Pause ( ) : void
return void

Playback() public method

public Playback ( ) : void
return void

SetCurrentFile() public method

public SetCurrentFile ( OggFile NewFile1 ) : bool
NewFile1 OggFile
return bool

SetCurrentFile() public method

public SetCurrentFile ( string NewFilename ) : bool
NewFilename string
return bool

Stop() public method

public Stop ( ) : void
return void

Property Details

m_Source public_oe property

public uint m_Source
return uint