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