menu
flutter_aiui package
documentation
models/parameter.dart
RecorderParams
RecorderParams constructor
RecorderParams constructor
dark_mode
light_mode
RecorderParams
constructor
RecorderParams
(
{
int
?
channelCount
=
1
,
String
?
channelFilter
=
'0,-1'
,
})
Implementation
RecorderParams({ this.channelCount = 1, this.channelFilter = '0,-1', });
flutter_aiui package
documentation
models/parameter
RecorderParams
RecorderParams constructor
RecorderParams class