C# Class TaoMediaPlayer.AudioSource

Exibir arquivo Open project: WolfgangSt/axiom

Public Methods

Method Description
AudioSource ( ) : System
BufferData ( IntPtr data, int length, int format, int samplerate ) : void
BufferFinished ( ) : bool
HasFreeBuffers ( ) : bool
Pause ( ) : void
Play ( ) : void
RegisterThread ( ) : void
Stop ( ) : void

Method Details

AudioSource() public method

public AudioSource ( ) : System
return System

BufferData() public method

public BufferData ( IntPtr data, int length, int format, int samplerate ) : void
data System.IntPtr
length int
format int
samplerate int
return void

BufferFinished() public method

public BufferFinished ( ) : bool
return bool

HasFreeBuffers() public method

public HasFreeBuffers ( ) : bool
return bool

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

RegisterThread() public method

public RegisterThread ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void