C# Class RinsedPlaylistBlocker.Volume

ファイルを表示 Open project: 7digital/Rinsed-Playlist-Blocker

Public Methods

Method Description
Mute ( ) : void
Unmute ( ) : void

Private Methods

Method Description
GetVolume ( ushort &volLeft, ushort &volRight ) : int
SetVolume ( ushort volLeft, ushort volRight ) : void

Method Details

Mute() public method

public Mute ( ) : void
return void

Unmute() public method

public Unmute ( ) : void
return void