C# Class VolumeAction.Nircmd

Mostra file Open project: noant/Pyrite

Public Methods

Method Description
ChangeSoundVolume ( int value ) : void
SetSoundVolume ( int value ) : void

Private Methods

Method Description
CorrectValue ( int value ) : int
GetCurrentAssemblyFolder ( ) : string
StartNircmd ( string args ) : void

Method Details

ChangeSoundVolume() public static method

public static ChangeSoundVolume ( int value ) : void
value int
return void

SetSoundVolume() public static method

public static SetSoundVolume ( int value ) : void
value int
return void