WAVEHDR class base struct

The WAVEHDR structure defines the header used to identify a waveform-audio buffer.

Inheritance
Annotations

Constructors

WAVEHDR()

Properties

dwBufferLength int
getter/setter pair
dwBytesRecorded int
getter/setter pair
dwFlags int
getter/setter pair
dwLoops int
getter/setter pair
dwUser int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lpData Pointer<Utf8>
getter/setter pair
lpNext Pointer<WAVEHDR>
getter/setter pair
reserved int
getter/setter pair
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