AudioClientBufferFlags Enumeration |
Defines flags that indicate the status of an audio endpoint buffer.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic enum AudioClientBufferFlags
Public Enumeration AudioClientBufferFlags
public enum class AudioClientBufferFlags
type AudioClientBufferFlags
MembersMember 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