/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
H A D | mod.rs | 22 mod buffered; module 36 pub use buffered::{AsyncBufReader, AsyncBufWriter};
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ |
H A D | README_zh.md | 69 | | | └── buffered # 异步缓存读写实现
|
H A D | README.md | 93 | | | └── buffered # Async BufReader and BufWriter
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-netstat.md | 58 …edged.<br>For a UDP connection, this value indicates the amount of data buffered before IP address…
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/ |
H A D | async_buf_reader.rs | 20 use crate::io::buffered::DEFAULT_BUF_SIZE;
|
H A D | async_buf_writer.rs | 19 use crate::io::buffered::DEFAULT_BUF_SIZE;
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | app-takeovers-web-media.md | 596 onBufferedTimeChanged(buffered: number) { 597 console.log(`AVPlayerListenerImpl.onBufferedTimeChanged(${buffered})`); 598 this.handler.handleBufferedEndTimeChanged(buffered); 949 onBufferedTimeChanged(buffered: number) : void;
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | app-takeovers-web-media.md | 596 onBufferedTimeChanged(buffered: number) { 597 console.log(`AVPlayerListenerImpl.onBufferedTimeChanged(${buffered})`); 598 this.handler.handleBufferedEndTimeChanged(buffered); 949 onBufferedTimeChanged(buffered: number) : void;
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | errorcode-media.md | 74 …lt network timeout period is 15 seconds, and the timer starts after the buffered event is reported…
|
H A D | js-apis-media.md | 603 | CACHED_DURATION | 4 | Estimated duration, in ms, that the buffered data can be played. This …
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | using-audiorenderer-for-playback.md | 74 …ueues the data in the buffer for playback. Therefore, do not change the buffered data outside the … 123 …ueues the data in the buffer for playback. Therefore, do not change the buffered data outside the …
|
H A D | using-ohaudio-for-playback.md | 96 …ueues the data in the buffer for playback. Therefore, do not change the buffered data outside the … 167 …ueues the data in the buffer for playback. Therefore, do not change the buffered data outside the …
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | native-window-guidelines.md | 173 …e consumer, after obtaining the buffer, determines when to render and display the buffered content.
|
/ohos5.0/docs/en/application-dev/media/avsession/ |
H A D | avsession-access-scene.md | 22 …rmation). The information includes the playback state, position, speed, buffered time, loop mode, … 163 Generally, the playback state information includes the playback state, position, speed, buffered ti… 217 …t the playback state information, including the playback state, position, speed, and buffered time.
|
H A D | using-avsession-developer.md | 9 …ayback state attributes, including the playback state, position, speed, buffered time, loop mode, …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-stream.md | 222 Forces all written data to be buffered in memory. This API is called to optimize the performance of… 256 Flushes all data buffered, and writes the data to the target. 1368 Forces all written data to be buffered in memory. This API is called to optimize the performance of… 1392 Flushes all data buffered, and writes the data to the target.
|
/ohos5.0/docs/en/application-dev/media/media/ |
H A D | streaming-media-playback-development-guide.md | 228 …ing media buffering status, buffering percentage, and estimated playback duration of buffered data.
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-encoding.md | 523 …the input and output data and parameter set (such as the H.264 PPS/SPS) buffered in the encoder ar…
|
H A D | video-decoding.md | 590 …the input and output data and parameter set (such as the H.264 PPS/SPS) buffered in the decoder ar…
|