VistaCoreAudioApiHelperVolume Property
Gets or sets the current device volume.
Namespace: DevCase.ThirdParty.VistaCoreAudioApiAssembly: DevCase.net48.ThirdParty.VistaCoreAudioApi (in DevCase.net48.ThirdParty.VistaCoreAudioApi.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Volume { get; set; }
Public Property Volume As Integer
Get
Set
Dim instance As VistaCoreAudioApiHelper
Dim value As Integer
value = instance.Volume
instance.Volume = value
public:
property int Volume {
int get ();
void set (int value);
}
member Volume : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32The current device volume.