menu
video_player_rtmp_ext package
documentation
widget/video_player_rtmp_ext.dart
VideoPlayerRtmpExtWidgetState
play method
play method
dark_mode
light_mode
play
method
Future
<
void
>
play
(
)
开始播放视屏
Implementation
Future<void> play() async { await _platformController.play(); }
video_player_rtmp_ext package
documentation
widget/video_player_rtmp_ext
VideoPlayerRtmpExtWidgetState
play method
VideoPlayerRtmpExtWidgetState class