harmony 鸿蒙AVPlayerCallback

  • 2025-06-12
  • 浏览 (3)

AVPlayerCallback

Overview

The AVPlayerCallback struct contains the set of the OH_AVPlayerOnInfo and OH_AVPlayerOnInfo callback function pointers. To ensure the normal running of OH_AVPlayer, you must register the instance of this struct with the OH_AVPlayer instance and process the information reported by the callback functions.

Since: 11

Deprecated from: 12

Substitute: OH_AVPlayerOnInfoCallback and OH_AVPlayerOnErrorCallback

Related module: AVPlayer

Header file: avplayer_base.h

Summary

Member Variables

|Name|Description| |–|–| |OH_AVPlayerOnInfo onInfo|Callback for AVPlayer process information. For details about the available options, see OH_AVPlayerOnInfo.
Since: 11
Deprecated from: 12
Substitute: OH_AVPlayerOnInfoCallback| |OH_AVPlayerOnError onError|Callback for AVPlayer error information. For details about the available options, see OH_AVPlayerOnError.
Since: 11
Deprecated from: 12
Substitute: OH_AVPlayerOnErrorCallback|

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Media Kit

harmony 鸿蒙AVImageGenerator

harmony 鸿蒙AVMetadataExtractor

harmony 鸿蒙AVPlayer

harmony 鸿蒙AVPlayerCallback

harmony 鸿蒙AVRecorder

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙OH_AVRecorder_Config

harmony 鸿蒙OH_AVRecorder_EncoderInfo

harmony 鸿蒙OH_AVRecorder_Location

0  赞