WAVEFORMATEX class Null safety Struct
The WAVEFORMATEX structure defines the format of waveform-audio data. Only format information common to all waveform-audio data formats is included in this structure. For formats that require additional information, this structure is included as the first member in another structure, along with the additional information.
- Inheritance
-
- Object
- NativeType
- Struct
- WAVEFORMATEX
- Annotations
-
- @Packed(1)
Constructors
Properties
- cbSize ↔ int
-
@Uint16(), read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- nAvgBytesPerSec ↔ int
-
@Uint32(), read / write
- nBlockAlign ↔ int
-
@Uint16(), read / write
- nChannels ↔ int
-
@Uint16(), read / write
- nSamplesPerSec ↔ int
-
@Uint32(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- wBitsPerSample ↔ int
-
@Uint16(), read / write
- wFormatTag ↔ 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