/ohos5.0/docs/en/application-dev/network/ |
H A D | http-request.md | 21 …up> | Initiates an HTTP network request to a given URL and returns a streaming response.| 26 … | Registers an observer for events indicating receiving of HTTP streaming responses. | 27 …p> | Unregisters the observer for events indicating receiving of HTTP streaming responses. | 28 … | Registers an observer for events indicating completion of receiving HTTP streaming responses. | 121 …ng receiving of HTTP streaming responses, progress of receiving HTTP streaming responses, and comp… 138 // Subscribe to events indicating receiving of HTTP streaming responses. 148 // Subscribe to events indicating completion of receiving HTTP streaming responses. 152 // Subscribe to events indicating progress of receiving HTTP streaming responses. 183 // Unregister the observer for events indicating receiving of HTTP streaming responses. 185 // Unregister the observer for events indicating progress of receiving HTTP streaming responses. [all …]
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | streaming-media-playback-development-guide.md | 3 …ro.md#avplayer) to develop a service for streaming media playback, enabling the complete playback … 5 This topic describes only how to implement streaming media playback. For details about other scenar… 56 …for streaming media playback is outlined in the development steps provided above. However, there a… 113 DASH streaming media generally include multiple audio, video, and subtitle tracks, each with distin… 160 Refer to the following example to play a complete streaming video. 228 …// Listen for the streaming media buffering status, buffering percentage, and estimated playback d… 244 …// The following demo shows how to play an HLS live streaming video by setting the network address… 250 this.isSeek = false; // The seek operation is not supported in live streaming scenarios. 254 …// The following demo shows how to play a DASH streaming video by setting the network address thro… 265 …avPlayer.url = 'http://test.cn/dash/aaa.mpd'; // Use the actual address of the DASH streaming vide… [all …]
|
H A D | playback-url-setting-method.md | 7 - [Setting URLs for Streaming Media Playback](#setting-urls-for-streaming-media-playback) 19 **Case 2: playing HLS media assets (VOD/live streaming)** 41 **Case 4: playing an online streaming media asset by parsing an M3U8 file in the local raw file fol… 43 If an application needs to play an online streaming media asset by parsing an M3U8 file in the loca… 77 **Case 5: playing an online streaming media asset by parsing an M3U8 file in the application sandbo… 79 If an application needs to play an online streaming media asset by parsing an M3U8 file in the appl…
|
H A D | Readme-EN.md | 10 … - [Using AVPlayer to Play Streaming Media (ArkTS)](streaming-media-playback-development-guide.md)
|
H A D | media-kit-quick-overview.md | 9 | Streaming media | [Using AVPlayer to Play Streaming Media (ArkTS)](streaming-media-playback-d…
|
H A D | media-kit-intro.md | 43 For details about the streaming media development process, see [Using AVPlayer to Play Streaming Me… 49 …back capability. This means that your application only needs to provide streaming media sources to…
|
H A D | using-avscreencapture-for-buffer.md | 5 …streaming or an office application, you can call the APIs to obtain original audio and video strea…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.2/ |
H A D | changelogs-netstack.md | 5 Changed the name of the HTTP streaming request from **request2** to **requestInStream**. The origin… 11 Changed the name of the streaming data receiving event from **dataProgress** to **dataReceiveProgre…
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | video-encoding-configuration-typical-scenarios.md | 140 
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_csi/ |
H A D | mipi_v4l2_adapter.c | 68 bool streaming; member 214 if (camera->streaming == enable) { in SetStream() 220 camera->streaming = enable; in SetStream()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_state_machine.h | 666 std::unique_ptr<StateMachine::State> streaming = in A2dpStateMachine() local 673 Move(streaming); in A2dpStateMachine()
|
/ohos5.0/docs/zh-cn/application-dev/media/media/ |
H A D | Readme-CN.md | 10 - [使用AVPlayer播放流媒体(ArkTS)](streaming-media-playback-development-guide.md)
|
H A D | media-kit-quick-overview.md | 9 | 流媒体 | [使用AVPlayer播放流媒体(ArkTS)](streaming-media-playback-development-guide.md) | [AVPla…
|
H A D | media-kit-intro.md | 43 详细流媒体开发流程请参考[流媒体播放开发指导](streaming-media-playback-development-guide.md)。
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | app-page-structure-design.md | 83 …elong to the video category, and Kuaishou and TikTok belong to the live streaming category. Vertic… 91 Live streaming applications have masonry layout–based recommendation and live streaming pages.
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | replace-opensles-by-ohaudio.md | 13 | Audio streaming playback| Supported| Supported| 14 | Audio streaming recording| Supported| Supported|
|
H A D | audio-playback-overview.md | 19 …ArkTS and JS APIs to implement audio playback. It also supports parsing streaming media and local …
|
/ohos5.0/docs/en/readme/ |
H A D | multimedia.md | 27 - **Histreamer**: a lightweight media engine that supports file/network streaming media input, audi… 28 - **Gstreamer**: an open-source GStreamer engine that supports streaming media, audio and video pla…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-multimedia-video-overview.md | 18 …The streaming media technology refers to a process to encode continuous video and audio data and s…
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-secure-shield-mode.md | 53 …alled in the frontend code. This API is used to request users to access streaming media devices (s…
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | js-apis-http.md | 454 …en URL. This API uses an asynchronous callback to return the result, which is a streaming response. 528 …en URL. This API uses an asynchronous callback to return the result, which is a streaming response. 625 …ptions to a given URL. This API uses a promise to return the result, which is a streaming response. 863 Registers an observer for events indicating receiving of HTTP streaming responses. 890 Unregisters the observer for events indicating receiving of HTTP streaming responses. 920 Registers an observer for events indicating completion of receiving HTTP streaming responses. 947 Unregisters the observer for events indicating completion of receiving HTTP streaming responses. 977 Registers an observer for events indicating progress of receiving HTTP streaming responses. 1004 Unregisters the observer for events indicating progress of receiving HTTP streaming responses.
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v5.0.0-release.md | 166 - The streaming media buffer size can be configured. The audio offload mode is supported. 168 - Enhanced streaming media playback capability: The streaming media cache policy is optimized, redu…
|
H A D | OpenHarmony-v4.0-beta1.md | 135 - HLS-based live streaming and data source-based streaming playback are supported.
|
H A D | OpenHarmony-v3.1-release.md | 34 DSoftBus network switching, P2P connection, streaming, and Bluetooth. 168 …streaming are supported.<br>The following requirements are involved:<br>I4MBS0 [New feature] [Netw…
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-arkui-web.md | 415 1. WebView provides the peer-to-peer (P2P) and audio and video streaming features in WebRTC.
|