AudioClientBufferFlags Enumeration |
Defines flags that indicate the status of an audio endpoint buffer.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax [FlagsAttribute]
public enum AudioClientBufferFlags
<FlagsAttribute>
Public Enumeration AudioClientBufferFlags
[FlagsAttribute]
public enum class AudioClientBufferFlags
[<FlagsAttribute>]
type AudioClientBufferFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
None
|
| DataDiscontinuity | 1 |
The data in the packet is not correlated with the previous packet's device position; this is possibly due to a stream state transition or timing glitch.
|
| Silent | 2 |
Treat all of the data in the packet as silence and ignore the actual data values.
|
| TimestampError | 4 |
The time at which the device's stream position was recorded is uncertain.
|
Remarks _AUDCLNT_BUFFERFLAGS
See Also