WAVEFORMATEX class base 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
Annotations

Constructors

WAVEFORMATEX()

Properties

cbSize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
nBlockAlign int
getter/setter pair
nChannels int
getter/setter pair
nSamplesPerSec int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wBitsPerSample int
getter/setter pair
wFormatTag int
getter/setter pair

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