AUDCLNT_BUFFERFLAGS class Enum
The AUDCLNT_BUFFERFLAGS enumeration defines flags that indicate the status of an audio endpoint buffer.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY → const int
- 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.
- AUDCLNT_BUFFERFLAGS_SILENT → const int
- Treat all of the data in the packet as silence and ignore the actual data values.
- AUDCLNT_BUFFERFLAGS_TIMESTAMP_ERROR → const int
- The time at which the device's stream position was recorded is uncertain. Thus, the client might be unable to accurately set the time stamp for the current data packet.