menu
csounddart package
documentation
csound_android.dart
CsoundAndroid
getNchnls method
getNchnls method
dark_mode
light_mode
getNchnls
method
@
override
Future
<
int
>
getNchnls
(
)
override
Implementation
@override Future<int> getNchnls() { return Future<int>.value(csoundAndroidGetNchnls(_cs)); }
csounddart package
documentation
csound_android
CsoundAndroid
getNchnls method
CsoundAndroid class