Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer_base.h357 extern const char* OH_PLAYER_IS_LIVE_STREAM;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md76 | const char \* [OH_PLAYER_IS_LIVE_STREAM](_a_v_player.md#oh_player_is_live_stream) | 获取媒体资源是否为直播类型…
H A D_a_v_player.md130 | const char \* [OH_PLAYER_IS_LIVE_STREAM](#oh_player_is_live_stream) | 获取媒体资源是否为直播类型信息的关键字, 对应值类型i…
468 | AV_INFO_TYPE_IS_LIVE_STREAM | 播放为直播流时返回消息。<br>key为OH_PLAYER_IS_LIVE_STREAM:取值类型int32_t。系统通过int32_…
1674 ### OH_PLAYER_IS_LIVE_STREAM subsection
1677 const char* OH_PLAYER_IS_LIVE_STREAM
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Davplayer__base_8h.md76 | const char \* [OH_PLAYER_IS_LIVE_STREAM](_a_v_player.md#oh_player_is_live_stream) | Pointer to th…
H A D_a_v_player.md130 | const char \* [OH_PLAYER_IS_LIVE_STREAM](#oh_player_is_live_stream) | Pointer to the key for chec…
499 …eturned when live streams are played.<br>If **key** is set to **OH_PLAYER_IS_LIVE_STREAM**, the va…
1801 ### OH_PLAYER_IS_LIVE_STREAM subsection
1804 const char* OH_PLAYER_IS_LIVE_STREAM
/ohos5.0/docs/zh-cn/application-dev/media/media/
H A Dusing-ndk-avplayer-for-playback.md273 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_IS_LIVE_STREAM, &value);
H A Dusing-ndk-avplayer-for-video-playback.md283 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_IS_LIVE_STREAM, &value);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp41 const char* OH_PLAYER_IS_LIVE_STREAM = PlayerKeys::PLAYER_IS_LIVE_STREAM.data(); variable
751 avFormat->format_.PutIntValue(OH_PLAYER_IS_LIVE_STREAM, 1); // 1 means is live stream in OnNotifyIsLiveStream()
/ohos5.0/docs/en/application-dev/media/media/
H A Dusing-ndk-avplayer-for-playback.md273 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_IS_LIVE_STREAM, &value);
H A Dusing-ndk-avplayer-for-video-playback.md283 OH_AVFormat_GetIntValue(infoBody, OH_PLAYER_IS_LIVE_STREAM, &value);