Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer_base.h220 typedef enum AVPlayerBufferingType { enum
232 } AVPlayerBufferingType; typedef
299 * @brief Key to get buffering type, value type is AVPlayerBufferingType.
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp709 AVPlayerBufferingType bufferingType; in OnBufferingUpdateCb()
711 bufferingType = AVPlayerBufferingType::AVPLAYER_BUFFERING_START; in OnBufferingUpdateCb()
714 bufferingType = AVPlayerBufferingType::AVPLAYER_BUFFERING_END; in OnBufferingUpdateCb()
717 bufferingType = AVPlayerBufferingType::AVPLAYER_BUFFERING_PERCENT; in OnBufferingUpdateCb()
720 bufferingType = AVPlayerBufferingType::AVPLAYER_BUFFERING_CACHED_DURATION; in OnBufferingUpdateCb()

Completed in 4 milliseconds