playbackOptions QML Type
낮은 수준의 미디어 재생 옵션. 더 보기...
Import Statement: | import QtMultimedia |
Since: | Qt 6.10 |
In C++: | QPlaybackOptions |
속성
- networkTimeoutMs : qint64
(since 6.10)
상세 설명
재생 옵션은 미디어 재생 옵션에 대한 낮은 수준의 제어 기능을 제공합니다. MediaPlayer 의 기본 설정을 사용하는 것이 좋지만, 기본 옵션이 적합하지 않은 특정 사용 사례에 맞게 미디어 재생을 최적화하기 위해 playbackOptions 를 사용할 수 있습니다.
옵션은 미디어 백엔드에 대한 힌트이며 현재 미디어 형식 또는 코덱에서 지원되지 않는 경우 무시될 수 있습니다.
재생 옵션은 미디어 백엔드의 지원 여부에 따라 달라집니다. 사용 가능 여부는 옵션별로 문서화되어 있습니다.
MediaPlayer 를참조하세요 .
속성 문서
networkTimeoutMs : qint64 |
일부 네트워크 형식의 소켓 I/O 작업에 사용되는 네트워크 시간 제한(밀리초)을 결정합니다.
이 옵션은 FFmpeg 미디어 백엔드에서만 지원됩니다.
이 프로퍼티는 Qt 6.10에 도입되었습니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.