AUDCLNT_STREAMOPTIONS class enum

Defines values that describe the characteristics of an audio stream.

Constructors

AUDCLNT_STREAMOPTIONS()

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_STREAMOPTIONS_AMBISONICS → const int
AUDCLNT_STREAMOPTIONS_MATCH_FORMAT → const int
The audio client is requesting that the audio engine match the format proposed by the client.
AUDCLNT_STREAMOPTIONS_NONE → const int
No stream options.
AUDCLNT_STREAMOPTIONS_RAW → const int
The audio stream is a 'raw' stream that bypasses all signal processing except for endpoint specific, always-on processing in the Audio Processing Object (APO), driver, and hardware.