WaveOutDeviceCapabilitiesVolume Property |
Indicates whether Volume adjustments are supported.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool Volume { get; }
Public ReadOnly Property Volume As Boolean
Get
public:
property bool Volume {
bool get ();
}
member Volume : bool with get
Property Value
Type:
Boolean
true if volume, false if not.
See Also