ma_decoding_backend_vtable class final

Inheritance
Implemented types
Available extensions

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
onInit Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, ma_read_proc onRead, ma_seek_proc onSeek, ma_tell_proc onTell, Pointer<Void> pReadSeekTellUserData, Pointer<ma_decoding_backend_config> pConfig, Pointer<ma_allocation_callbacks> pAllocationCallbacks, Pointer<Pointer<ma_data_source>> ppBackend)>>
getter/setter pair
onInitFile Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<Char> pFilePath, Pointer<ma_decoding_backend_config> pConfig, Pointer<ma_allocation_callbacks> pAllocationCallbacks, Pointer<Pointer<ma_data_source>> ppBackend)>>
getter/setter pair
onInitFileW Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<WChar> pFilePath, Pointer<ma_decoding_backend_config> pConfig, Pointer<ma_allocation_callbacks> pAllocationCallbacks, Pointer<Pointer<ma_data_source>> ppBackend)>>
getter/setter pair
onInitMemory Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<Void> pData, Size dataSize, Pointer<ma_decoding_backend_config> pConfig, Pointer<ma_allocation_callbacks> pAllocationCallbacks, Pointer<Pointer<ma_data_source>> ppBackend)>>
getter/setter pair
onUninit Pointer<NativeFunction<Void Function(Pointer<Void> pUserData, Pointer<ma_data_source> pBackend, Pointer<ma_allocation_callbacks> pAllocationCallbacks)>>
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