Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp118 static const PlayerOnInfoTypeConvert ON_INFO_TYPE[INFO_TYPE_LENGTH] = { variable
370 if (ON_INFO_TYPE[i].playerOnInfoType == type) { in OnInfo()
371 callback_.onInfo(player_, ON_INFO_TYPE[i].aVPlayerOnInfoType, extra); in OnInfo()