Свойство | Type | Description | |
---|---|---|---|
Connections | List |
||
FriendlyName | string | ||
Manufacturer | string | ||
ModelDescription | string | ||
UniqueDeviceName | string | ||
currentVolume | |||
isMuted | System.Boolean |
Méthode | Description | |
---|---|---|
SetMute ( bool _mute ) : void | ||
SetVolume ( uint _volume, object _Tag, delegate_OnResult_SetVolume _Sink ) : void | ||
isVirtualRenderer ( ) : System.Boolean |
Méthode | Description | |
---|---|---|
MuteStateChangedSink ( bool _mute ) : void | ||
ResultSetVolumeSink ( object _tag ) : void | ||
VolumeChangedSink ( |
protected MuteStateChangedSink ( bool _mute ) : void | ||
_mute | bool | |
Résultat | void |
protected ResultSetVolumeSink ( object _tag ) : void | ||
_tag | object | |
Résultat | void |
public SetVolume ( uint _volume, object _Tag, delegate_OnResult_SetVolume _Sink ) : void | ||
_volume | uint | |
_Tag | object | |
_Sink | delegate_OnResult_SetVolume | |
Résultat | void |
protected VolumeChangedSink ( |
||
_volume | ||
Résultat | void |
public isVirtualRenderer ( ) : System.Boolean | ||
Résultat | System.Boolean |