menu
rtmp_player package
documentation
rtmp_player_platform_interface.dart
RtmpPlayerPlatform
setDataSource abstract method
setDataSource abstract method
dark_mode
light_mode
setDataSource
abstract method
Future
setDataSource
(
String
playUrl
,
bool
isLoop
)
设置播放路径,默认会初始化成功后播放
Implementation
Future<dynamic> setDataSource(String playUrl, bool isLoop);
rtmp_player package
documentation
rtmp_player_platform_interface
RtmpPlayerPlatform
setDataSource abstract method
RtmpPlayerPlatform class