RtcMediaPlayer
类提供了主要的播放器媒体流类接口。
Properties
-
The hash code for this object. [...]read-only, inherited
-
A representation of the runtime type of the object.read-only, inherited
Methods
-
open(String url,int startPos) → Future< void >
打开媒体文件。[...]
-
播放媒体文件。[...]
-
暂停播放媒体文件。[...]
-
mute(bool mute) → Future< void >
设置是否静音。[...]
-
获取当前静音状态。[...]
-
adjustPlayoutVolume(int vol) → Future< void >
调节本地播放音量。[...]
-
getPlayoutVolume() → Future< void >
获取当前本地播放音量。[...]
-
getPlayPosition() → Future< void >
获取当前播放进度。[...]
-
getDuration() → Future< void >
获取媒体文件总时长。[...]
-
获取当前播放器状态。[...]
-
getStreamCount() → Future< void >
获取该媒体文件中媒体流的数量。[...]
-
getStreamByIndex() → Future< void >
通过此条媒体流的索引值获取媒体流信息。[...]
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited
Static Methods
-
create(String channelId) → Future<RtcMediaPlayer>
创建并返回 RtcMediaPlayer 对象。 [...]
-
destroy() → void
销毁 RtcMediaPlayer 对象。 [...]