WindowCapture QML Type

이 유형은 창을 캡처하는 데 사용됩니다. 더 보기...

Import Statement: import QtMultimedia
Since: Qt 6.6
In C++: QWindowCapture

속성

방법

자세한 설명

WindowCapture는 창을 캡처합니다. 캡처된 창을 비디오 미리보기 객체에 표시하거나 파일에 녹화할 수 있는 MediaCaptureSession에서 관리합니다.

창 캡처 제한 사항

WindowCapture 사용에는 다음과 같은 제한 사항이 적용됩니다:

  • WindowCapture는 FFmpeg 백엔드에서만 지원됩니다.

CaptureSessionCapturableWindow참조하세요 .

속성 문서

active : bool

캡처가 현재 활성화되어 있는지 여부를 설명합니다.


error : enumeration [read-only]

마지막 오류 코드를 반환합니다.


errorString : string [read-only]

오류의 원인을 설명하는 사람이 읽을 수 있는 문자열을 반환합니다.


window : Window

캡처 창을 설명합니다.

QtMultimedia::WindowCapture::capturableWindows참조하세요 .


메서드 문서

list<CapturableWindow> capturableWindows()

캡처할 수 있는 CapturableWindow 객체 목록을 반환합니다.


start()


stop()


© 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.