menu
rtmp_player package
documentation
rtmp_player_method_channel.dart
MethodChannelRtmpPlayer
isPlaying method
isPlaying method
dark_mode
light_mode
isPlaying
method
@
override
Future
isPlaying
(
)
override
是否播放中
Implementation
@override Future isPlaying() async { return await methodChannel?.invokeMethod('isPlaying'); }
rtmp_player package
documentation
rtmp_player_method_channel
MethodChannelRtmpPlayer
isPlaying method
MethodChannelRtmpPlayer class