CrMediaImpl extension
- on
Methods
-
createMediaView(
int viewID, String usrVideoId) → Future< void> -
destroyMediaView(
int viewID) → Future< bool> -
getMediaCfg(
) → Future< String> -
getMediaInfo(
) → Future< String> -
getMediaVolume(
) → Future< int> -
pausePlayMedia(
bool pause) → Future< void> -
setMediaCfg(
String cfg) → Future< void> -
setMediaPlayPos(
int pos) → Future< void> -
setMediaVolume(
int volume) → Future< void> -
startPlayMedia(
String videoSrc, bool bLocPlay) → Future< void> -
stopPlayMedia(
) → Future< void>