AEHardwareInfo constructor
const
AEHardwareInfo({
- required String backendName,
- required String deviceName,
- required AudioFormat outputFormat,
- required int bitDepth,
- required bool isFloat,
- required int sampleRate,
- required int channels,
- required int periodSizeFrames,
- required int periodCount,
- required double latencyMs,
- required bool isExclusiveMode,
Implementation
const AEHardwareInfo({
required this.backendName,
required this.deviceName,
required this.outputFormat,
required this.bitDepth,
required this.isFloat,
required this.sampleRate,
required this.channels,
required this.periodSizeFrames,
required this.periodCount,
required this.latencyMs,
required this.isExclusiveMode,
});