WavePlayerOutputDevice Property |
Before the start of a new device, old device will be stopped and disposed and writing to the buffer will be stopped.
Namespace:
CallFlowFramework.Media
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic OutputWaveDevice OutputDevice { get; set; }
public:
property OutputWaveDevice^ OutputDevice {
OutputWaveDevice^ get ();
void set (OutputWaveDevice^ value);
}
Property Value
Type:
OutputWaveDevice
See Also