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 을 사용하세요.
표시하기 전에 비디오 프레임에 적용해야 하는 시계 방향 회전 각도입니다.
Constant | 값 | 설명 |
---|---|---|
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.