Searched refs:playerParam (Results 1 – 3 of 3) sorted by relevance
863 PlayerControlParam playerParam; in GetPlayer() local867 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()
1060 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}]`);