CaContext class

Constructors

CaContext({required List<AudioDeviceBackend> backends, Pointer<ma_log>? pLog})

Properties

activeBackend AudioDeviceBackend
no setter
hashCode int
The hash code for this object.
no setterinherited
ref Pointer<ma_context>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createDevice({required AudioFormat format, required int bufferFrameSize, required AudioDeviceType type, AudioDeviceId? deviceId, bool noFixedSizedProcess = true, AudioDevicePerformanceProfile performanceProfile = AudioDevicePerformanceProfile.lowLatency, AudioFormatConverterConfig converter = const AudioFormatConverterConfig()}) CaDevice
dispose() → void
getDevices(AudioDeviceType type) List<AudioDeviceInfo>
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