TwclAudioDeviceDataFlow Enumeration

The audio device data flow direction.

Namespace: wclAudio
type
 TwclAudioDeviceDataFlow = (
 dfRender,
 dfCapture
 );

The TwclAudioDeviceDataFlow type exposes the following members.

Show:
 NameDescription
dfCapture

Audio capture stream. Audio data flows from the audio endpoint device that captures the stream, to the application.

dfRender

Audio rendering stream. Audio data flows from the application to the audio endpoint device, which renders the stream.

Top

The Data Flow indicates the direction in which audio data flows between an audio endpoint device and an application.