WAVEOUTCAPS class Null safety Struct
The WAVEOUTCAPS structure describes the capabilities of a waveform-audio output device.
- Inheritance
- Object
- NativeType
- Struct
- WAVEOUTCAPS
- Available Extensions
Constructors
Properties
- dwFormats ↔ int
-
@Uint32(), read / write
- dwSupport ↔ int
-
@Int32(), read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- szPname → String
-
read-only
- vDriverVersion ↔ int
-
@Uint32(), read / write
- wChannels ↔ int
-
@Uint16(), read / write
- wMid ↔ int
-
@Uint16(), read / write
- wPid ↔ int
-
@Uint16(), read / write
- wReserved1 ↔ int
-
@Uint16(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited