ma_resampling_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
onGetExpectedOutputFrameCount Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> pBackend, ma_uint64 inputFrameCount, Pointer<ma_uint64> pOutputFrameCount)>>
getter/setter pair
onGetHeapSize Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<ma_resampler_config> pConfig, Pointer<Size> pHeapSizeInBytes)>>
getter/setter pair
onGetInputLatency Pointer<NativeFunction<ma_uint64 Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> pBackend)>>
getter/setter pair
onGetOutputLatency Pointer<NativeFunction<ma_uint64 Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> pBackend)>>
getter/setter pair
onGetRequiredInputFrameCount Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> pBackend, ma_uint64 outputFrameCount, Pointer<ma_uint64> pInputFrameCount)>>
getter/setter pair
onInit Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<ma_resampler_config> pConfig, Pointer<Void> pHeap, Pointer<Pointer<ma_resampling_backend>> ppBackend)>>
getter/setter pair
onProcess Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> pBackend, Pointer<Void> pFramesIn, Pointer<ma_uint64> pFrameCountIn, Pointer<Void> pFramesOut, Pointer<ma_uint64> pFrameCountOut)>>
getter/setter pair
onReset Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> pBackend)>>
getter/setter pair
onSetRate Pointer<NativeFunction<Int Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> pBackend, ma_uint32 sampleRateIn, ma_uint32 sampleRateOut)>>
getter/setter pair
onUninit Pointer<NativeFunction<Void Function(Pointer<Void> pUserData, Pointer<ma_resampling_backend> 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