AUDCLNT_SHAREMODE class enum

The AUDCLNT_SHAREMODE enumeration defines constants that indicate whether an audio stream will run in shared mode or in exclusive mode.

Constructors

AUDCLNT_SHAREMODE()

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_SHAREMODE_EXCLUSIVE → const int
The audio stream will run in exclusive mode.
AUDCLNT_SHAREMODE_SHARED → const int
The audio stream will run in shared mode.