menu
vsdk package
documentation
camera_device/commands/voice_command.dart
VoiceCommand
startSoundStream method
startSoundStream method
dark_mode
light_mode
startSoundStream
method
Future
<
bool
>
startSoundStream
(
)
Implementation
Future<bool> startSoundStream() async { return await _startSoundCgi(supportG711()); }
vsdk package
documentation
camera_device/commands/voice_command
VoiceCommand
startSoundStream method
VoiceCommand mixin