WAVEFORMATEXTENSIBLE class base struct

The WAVEFORMATEXTENSIBLE structure defines the format of waveform-audio data for formats having more than two channels or higher sample resolutions than allowed by WAVEFORMATEX. It can also be used to define any format that can be defined by WAVEFORMATEX.

Inheritance
Available Extensions
Annotations

Constructors

WAVEFORMATEXTENSIBLE()

Properties

dwChannelMask int
getter/setter pair
Format WAVEFORMATEX
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Samples ↔ _WAVEFORMATEXTENSIBLE__Samples_e__Union
getter/setter pair
SubFormat GUID
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