WavePlayerOutputDeviceVolume Property |
Gets or sets output device volume as a coefficient [0..1].
WaveOut.Volume, but I don't how how to do it better.
Namespace:
CallFlowFramework.Media
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic double OutputDeviceVolume { get; set; }
public:
property double OutputDeviceVolume {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also