Obsolete Members for QVideoFrame
クラスQVideoFrame の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。
パブリック型
(deprecated in 6.7) enum | RotationAngle { Rotation0, Rotation90, Rotation180, Rotation270 } |
パブリック関数
(deprecated in 6.7) QVideoFrame::RotationAngle | rotationAngle() const |
(deprecated in 6.7) void | setRotationAngle(QVideoFrame::RotationAngle angle) |
メンバ型ドキュメント
[deprecated in 6.7]
enum QVideoFrame::RotationAngle
この列挙型は6.7から非推奨となった。新しいコードでは使用しないことを強くお勧めします。
代わりにQtVideo::Rotation を使用してください。
表示前に動画フレームに適用されるべき、時計回りの回転角度。
定数 | 値 | 説明 |
---|---|---|
QVideoFrame::Rotation0 | 0 | 回転不要、フレームは正しい向き |
QVideoFrame::Rotation90 | 90 | フレームを 90 度回転させる |
QVideoFrame::Rotation180 | 180 | フレームは180度回転されるべきである |
QVideoFrame::Rotation270 | 270 | フレームを270度回転させる |
メンバー関数ドキュメント
[deprecated in 6.7]
QVideoFrame::RotationAngle QVideoFrame::rotationAngle() const
この関数は6.7から非推奨となった。新しいコードでは使用しないことを強くお勧めします。
代わりにQVideoFrame::rotation
を使用してください。
表示する前にフレームを時計回りに回転させる角度を返します。
setRotationAngle()も参照してください 。
[deprecated in 6.7]
void QVideoFrame::setRotationAngle(QVideoFrame::RotationAngle angle)
この関数は6.7から非推奨となった。新しいコードでは使用しないことを強くお勧めします。
代わりにQVideoFrame::setRotation
を使用してください。
angle 表示前にフレームを時計回りに回転させる回数を設定します。
rotationAngle()も参照してください 。
© 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.