Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp303 CastEngine::PlayerStates castPlayerStates; in GetCastAVPlaybackState() local
304 streamPlayer_->GetPlayerStatus(castPlayerStates); in GetCastAVPlaybackState()
305 if (castPlusStateToString_.count(castPlayerStates) != 0) { in GetCastAVPlaybackState()
306 avPlaybackState.SetState(castPlusStateToString_[castPlayerStates]); in GetCastAVPlaybackState()