Home
last modified time | relevance | path

Searched refs:buffered (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dmod.rs22 mod buffered; module
36 pub use buffered::{AsyncBufReader, AsyncBufWriter};
/ohos5.0/commonlibrary/rust/ylong_runtime/
H A DREADME_zh.md69 | | | └── buffered # 异步缓存读写实现
H A DREADME.md93 | | | └── buffered # Async BufReader and BufWriter
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-net-netstat.md58 …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 Dasync_buf_reader.rs20 use crate::io::buffered::DEFAULT_BUF_SIZE;
H A Dasync_buf_writer.rs19 use crate::io::buffered::DEFAULT_BUF_SIZE;
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dapp-takeovers-web-media.md596 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 Dapp-takeovers-web-media.md596 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 Derrorcode-media.md74 …lt network timeout period is 15 seconds, and the timer starts after the buffered event is reported…
H A Djs-apis-media.md603 | 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 Dusing-audiorenderer-for-playback.md74 …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 Dusing-ohaudio-for-playback.md96 …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 Dnative-window-guidelines.md173 …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 Davsession-access-scene.md22 …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 Dusing-avsession-developer.md9 …ayback state attributes, including the playback state, position, speed, buffered time, loop mode, …
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-stream.md222 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 Dstreaming-media-playback-development-guide.md228 …ing media buffering status, buffering percentage, and estimated playback duration of buffered data.
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding.md523 …the input and output data and parameter set (such as the H.264 PPS/SPS) buffered in the encoder ar…
H A Dvideo-decoding.md590 …the input and output data and parameter set (such as the H.264 PPS/SPS) buffered in the decoder ar…