Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A D_a_v_player_callback.md6 包含了OH_AVPlayerOnInfoOH_AVPlayerOnInfo回调函数指针的集合。应用需注册此实例结构体到OH_AVPlayer实例中,并对回调上报的信息进行处理,保证AVPlayer…
26 | [onInfo](_a_v_player.md#oninfo) | 监控AVPlayer过程信息,参考[OH_AVPlayerOnInfo](_a_v_player.md#oh_avplayer…
H A Davplayer__base_8h.md24 | struct [AVPlayerCallback](_a_v_player_callback.md) | (已废弃)包含了OH_AVPlayerOnInfoOH_AVPlayerOnInfo
36 | typedef void(\* [OH_AVPlayerOnInfo](_a_v_player.md#oh_avplayeroninfo)) (OH_AVPlayer \*player, [AV…
37 …e, OH_AVFormat \*infoBody, void \*userData) | 收到播放器消息时被调用。如果应用成功设置该回调,则不会回调OH_AVPlayerOnInfo函数。 |
H A D_a_v_player.md33 | struct [AVPlayerCallback](_a_v_player_callback.md) | (已废弃)包含了OH_AVPlayerOnInfoOH_AVPlayerOnInfo
48 | typedef void(\*[OH_AVPlayerOnInfo](#oh_avplayeroninfo)) (OH_AVPlayer \*player, [AVPlayerOnInfoTyp…
49 …e, OH_AVFormat \*infoBody, void \*userData) | 收到播放器消息时被调用。如果应用成功设置该回调,则不会回调OH_AVPlayerOnInfo函数。 |
52 …llback.md) [AVPlayerCallback](#avplayercallback) | (已废弃)包含了OH_AVPlayerOnInfoOH_AVPlayerOnInfo回调函数…
168 包含了OH_AVPlayerOnInfoOH_AVPlayerOnInfo回调函数指针的集合。应用需注册此实例结构体到OH_AVPlayer实例中,并对回调上报的信息进行处理,保证AVPlayer…
182 | onInfo | 监控AVPlayer过程信息,参考[OH_AVPlayerOnInfo](#oh_avplayeroninfo) |
294 ### OH_AVPlayerOnInfo subsection
297 typedef void(* OH_AVPlayerOnInfo) (OH_AVPlayer *player, AVPlayerOnInfoType type, int32_t extra)
348 收到播放器消息时被调用。如果应用成功设置该回调,则不会回调OH_AVPlayerOnInfo函数。
443 可用于[OH_AVPlayerOnInfoCallback](#oh_avplayeroninfocallback)和[OH_AVPlayerOnInfo(已废弃)](#oh_avplayeroni…
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A D_a_v_player_callback.md6 The AVPlayerCallback struct contains the set of the **OH_AVPlayerOnInfo** and **OH_AVPlayerOnInfo**…
26 …player.md#oninfo) | AVPlayer process information. For details, see [OH_AVPlayerOnInfo](_a_v_player…
H A Davplayer__base_8h.md24 …_callback.md) | (Deprecated) Contains the set of the **OH_AVPlayerOnInfo** and **OH_AVPlayerOnInfo
36 | typedef void(\* [OH_AVPlayerOnInfo](_a_v_player.md#oh_avplayeroninfo)) (OH_AVPlayer \*player, [AV…
37 …yer receives a message. If this callback is successfully set, the **OH_AVPlayerOnInfo** function w…
H A D_a_v_player.md33 …_callback.md) | (Deprecated) Contains the set of the **OH_AVPlayerOnInfo** and **OH_AVPlayerOnInfo
48 | typedef void(\*[OH_AVPlayerOnInfo](#oh_avplayeroninfo)) (OH_AVPlayer \*player, [AVPlayerOnInfoTyp…
49 …yer receives a message. If this callback is successfully set, the **OH_AVPlayerOnInfo** function w…
52 …ayercallback) | (Deprecated) Contains the set of the **OH_AVPlayerOnInfo** and **OH_AVPlayerOnInfo
174 Contains the set of the **OH_AVPlayerOnInfo** and **OH_AVPlayerOnInfo** callback function pointers.…
188 … message information. For details about the available options, see [OH_AVPlayerOnInfo](#oh_avplaye…
314 ### OH_AVPlayerOnInfo subsection
317 typedef void(* OH_AVPlayerOnInfo) (OH_AVPlayer *player, AVPlayerOnInfoType type, int32_t extra)
371 …yer receives a message. If this callback is successfully set, the **OH_AVPlayerOnInfo** function w…
474 …sed in [OH_AVPlayerOnInfoCallback](#oh_avplayeroninfocallback) and [OH_AVPlayerOnInfo (deprecated)…
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-multimedia.md71 ## cl.multimedia.2 OH_AVPlayerOnInfo 废弃AVPlayer NDK信息回调接口
85 变更前:应用使用OH_AVPlayerOnInfo接收信息回调。
110 AVPlayerCallback 结果的两个成员OH_AVPlayerOnInfo、OH_AVPlayerOnError废弃,它也不需要了。
116 变更前:应用使用OH_AVPlayerOnInfo、OH_AVPlayerOnError、AVPlayerCallback、OH_AVPlayer_SetPlayerCallback接收信息和错误回…
142 老的接口 OH_AVPlayerOnInfo、OH_AVPlayerOnError、AVPlayerCallback已废弃,OH_AVPlayer_SetPlayerCallback也不再需要了。
148 变更前:应用使用OH_AVPlayerOnInfo、OH_AVPlayerOnError、AVPlayerCallback、OH_AVPlayer_SetPlayerCallback接收信息和错误回…
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer_base.h370 typedef void (*OH_AVPlayerOnInfo)(OH_AVPlayer *player, AVPlayerOnInfoType type, int32_t extra); typedef
422 OH_AVPlayerOnInfo onInfo = nullptr;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-multimedia.md71 ## cl.multimedia.2 OH_AVPlayerOnInfo Deprecated
85 Before change: Applications call **OH_AVPlayerOnInfo** to receive information through a callback.
111 For **AVPlayerCallback**, its two members (**OH_AVPlayerOnInfo** and **OH_AVPlayerOnError**) are de…
117 Before change: Applications use **OH_AVPlayerOnInfo**, **OH_AVPlayerOnError**, **AVPlayerCallback**…
145 **OH_AVPlayerOnInfo**, **OH_AVPlayerOnError**, and **AVPlayerCallback** are deprecated, and therefo…
151 Before change: Applications use **OH_AVPlayerOnInfo**, **OH_AVPlayerOnError**, **AVPlayerCallback**…
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-ndk-avplayer-for-playback.md25 …-media-kit/_a_v_player.md#oh_avplayer_setplayercallback)设置的信息监听回调函数[OH_AVPlayerOnInfo](../../refer…
H A Dusing-ndk-avplayer-for-video-playback.md25 …-media-kit/_a_v_player.md#oh_avplayer_setplayercallback)设置的信息监听回调函数[OH_AVPlayerOnInfo](../../refer…
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-ndk-avplayer-for-playback.md25 …kit/_a_v_player.md#oh_avplayeroninfocallback) is set, the callback [OH_AVPlayerOnInfo](../../refer…
H A Dusing-ndk-avplayer-for-video-playback.md25 …kit/_a_v_player.md#oh_avplayeroninfocallback) is set, the callback [OH_AVPlayerOnInfo](../../refer…