ma_device_info class final

Inheritance
Implemented types
Available extensions

Constructors

ma_device_info()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
hashCode int
The hash code for this object.
no setterinherited
id ma_device_id
Basic info. This is the only information guaranteed to be filled in during device enumeration.
getter/setter pair
isDefault int
getter/setter pair
name Array<Char>
+1 for null terminator.
getter/setter pair
nativeDataFormatCount int
getter/setter pair
nativeDataFormats Array<UnnamedStruct1>
ma_format_count * ma_standard_sample_rate_count * MA_MAX_CHANNELS
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