C# Class DynamicSoundDemo.SoundManager

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: ApexHAB/apex-lumia Class Usage Examples

Public Methods

Method Description
Play ( ) : void
SoundManager ( ) : System
Stop ( ) : void

Private Methods

Method Description
BufferNeeded ( object sender, EventArgs args ) : void
FillBuffer ( ) : void
MySin ( double time, int channel ) : double
OnPropertyChanged ( String propertyName ) : void
SubmitBuffer ( ) : void
UpdateDeltaTime ( ) : void

Method Details

Play() public method

public Play ( ) : void
return void

SoundManager() public method

public SoundManager ( ) : System
return System

Stop() public method

public Stop ( ) : void
return void