PortAudioOutVolume Property |
Gets or sets the volume for this device. (Range: 0-1)
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic float Volume { get; set; }
Public Property Volume As Single
Get
Set
public:
virtual property float Volume {
float get () sealed;
void set (float value) sealed;
}
abstract Volume : float32 with get, set
override Volume : float32 with get, set
Property Value
Type:
SingleImplements
IAudioControlVolume
See Also