Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp305 if (subtitleTrackNum_ >= MAX_SUBTITLE_TRACK_NUN) { in AddSubSource()
306 …Can not add sub source, subtitle track num is %{public}u, exceed the max num.", subtitleTrackNum_); in AddSubSource()
322 if (subtitleTrackNum_ >= MAX_SUBTITLE_TRACK_NUN) { in AddSubSource()
323 …"Can not add sub source, subtitle track num is %{public}u, exceed the max num", subtitleTrackNum_); in AddSubSource()
731 subtitleTrackNum_ = 0; in OnReset()
1602 subtitleTrackNum_ = static_cast<uint32_t>(extra); in InnerOnInfo()
H A Dplayer_server.h244 uint32_t subtitleTrackNum_ = 0; variable