menu
blackmagicdesign package
documentation
hyperdeck/hyperdeck.dart
HyperDeckConnection
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
HyperDeckResponse
>
stop
(
)
Stops playback or recording.
Implementation
Future<HyperDeckResponse> stop() => send(HyperDeckCommand.stop);
blackmagicdesign package
documentation
hyperdeck/hyperdeck
HyperDeckConnection
stop method
HyperDeckConnection class