ma_decoder class final

Inheritance
Implemented types
Available extensions

Constructors

ma_decoder()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
allocationCallbacks ma_allocation_callbacks
getter/setter pair
converter ma_data_converter
getter/setter pair
data UnnamedUnion19
getter/setter pair
ds ma_data_source_base
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputCacheCap int
getter/setter pair
inputCacheConsumed int
getter/setter pair
inputCacheRemaining int
getter/setter pair
onRead ma_decoder_read_proc
getter/setter pair
onSeek ma_decoder_seek_proc
getter/setter pair
onTell ma_decoder_tell_proc
getter/setter pair
outputChannels int
getter/setter pair
outputFormat ma_format
no setter
outputFormatAsInt int
getter/setter pair
outputSampleRate int
getter/setter pair
pBackend Pointer<ma_data_source>
getter/setter pair
pBackendUserData Pointer<Void>
getter/setter pair
pBackendVTable Pointer<ma_decoding_backend_vtable>
getter/setter pair
pInputCache Pointer<Void>
getter/setter pair
pUserData Pointer<Void>
getter/setter pair
readPointerInPCMFrames 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