The EDataFlow enumeration defines constants that indicate the direction in which audio data flows between an audio endpoint device and an application.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public Enumeration EDataFlow
public enum class EDataFlow
Members
| Member name | Value | Description |
---|
| Render | 0 |
Audio rendering stream. Audio data flows from the application to the audio endpoint device, which renders the stream.
|
| Capture | 1 |
Audio capture stream. Audio data flows from the audio endpoint device that captures the stream, to the application.
|
| All | 2 |
Audio rendering or capture stream. Audio data can flow either from the application to the audio endpoint device, or from the audio endpoint device to the application.
|
See Also