Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer_base.h171 typedef enum AVPlayerOnInfoType { enum
212 } AVPlayerOnInfoType; typedef
381 * @param type Indicates the information type. For details, see {@link AVPlayerOnInfoType}.
388 typedef void (*OH_AVPlayerOnInfo)(OH_AVPlayer *player, AVPlayerOnInfoType type, int32_t extra);
394 * @param type Indicates the information type. For details, see {@link AVPlayerOnInfoType}.
399 typedef void (*OH_AVPlayerOnInfoCallback)(OH_AVPlayer *player, AVPlayerOnInfoType type, OH_AVFormat* infoBody,
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp83 AVPlayerOnInfoType aVPlayerOnInfoType;
248 void OnInfo(OH_AVPlayer *player, AVPlayerOnInfoType infoType, OH_AVFormat* infoBody) in OnInfo()

Completed in 4 milliseconds