C# Class Sakuno.KanColle.Amatsukaze.Services.Browser.BrowserAudioSession

Inheritance: ModelBase, IDisposable
显示文件 Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Public Methods

Method Description
BrowserAudioSession ( AudioSession rpSession ) : Sakuno.SystemInterop
Dispose ( ) : void

Private Methods

Method Description
Session_VolumeChanged ( object sender, AudioSessionVolumeChangedEventArgs e ) : void

Method Details

BrowserAudioSession() public method

public BrowserAudioSession ( AudioSession rpSession ) : Sakuno.SystemInterop
rpSession AudioSession
return Sakuno.SystemInterop

Dispose() public method

public Dispose ( ) : void
return void