Home
last modified time | relevance | path

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

/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()
868 MEDIA_INFO_LOG("memset_s playerParam failed"); 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()

Completed in 2 milliseconds