playbackOptions QML Type
低レベルのメディア再生オプション。詳細...
Import Statement: | import QtMultimedia |
Since: | Qt 6.10 |
In C++: | QPlaybackOptions |
プロパティ
- networkTimeoutMs : qint64
(since 6.10)
詳細説明
playbackOptionsは、メディア再生のオプションを低レベルで制御します。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.