Home
last modified time | relevance | path

Searched refs:playerParam (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp863 PlayerControlParam playerParam; in GetPlayer() local
867 if (memset_s(&playerParam, sizeof(PlayerControlParam), 0x00, sizeof(playerParam)) != EOK) { in GetPlayer()
872 playerParam.u32PlayPosNotifyIntervalMs = POS_NOTIFY_INTERVAL_MS; in GetPlayer()
873 if (CreatePlayerParamCheck(playerParam) != 0) { in GetPlayer()
882 if (player_->Init(playerParam) != HI_SUCCESS) { in GetPlayer()
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dapp-takeovers-web-media.md1060 async avPlayerLiveDemo(playerParam: PlayerParam) {
1064 this.setAVPlayerCallback(this.avPlayer, playerParam.listener);
1066 …diaSource: media.MediaSource = media.createMediaSourceWithUrl(playerParam.url, playerParam.httpHea…
1074 console.log(`AVPlayer url:[${playerParam.url}]`);
/ohos5.0/docs/en/application-dev/web/
H A Dapp-takeovers-web-media.md1060 async avPlayerLiveDemo(playerParam: PlayerParam) {
1064 this.setAVPlayerCallback(this.avPlayer, playerParam.listener);
1066 …diaSource: media.MediaSource = media.createMediaSourceWithUrl(playerParam.url, playerParam.httpHea…
1074 console.log(`AVPlayer url:[${playerParam.url}]`);