Click or drag to resize

wclAudioDeviceDataFlow Enumeration

The audio device data flow direction.

Namespace: wclAudio
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclAudioDeviceDataFlow
Members
Member nameValueDescription
dfRender1 Audio rendering stream. Audio data flows from the application to the audio endpoint device, which renders the stream.
dfCapture2 Audio capture stream. Audio data flows from the audio endpoint device that captures the stream, to the application.
Remarks
The Data Flow indicates the direction in which audio data flows between an audio endpoint device and an application.
See Also