Click or drag to resize
AudioClientBufferFlags Enumeration
Defines flags that indicate the status of an audio endpoint buffer.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
[FlagsAttribute]
public enum AudioClientBufferFlags
Members
  Member nameValueDescription
None0 None
DataDiscontinuity1 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.
Silent2 Treat all of the data in the packet as silence and ignore the actual data values.
TimestampError4 The time at which the device's stream position was recorded is uncertain.
Remarks
_AUDCLNT_BUFFERFLAGS
See Also