Qt Multimedia macOS 및 iOS에서
이 페이지에서는 iOS 및 macOS에서 Qt Multimedia 기능의 사용 가능 여부에 대해 설명합니다.
제한 사항
iOS용 Qt Multimedia 은 카메라와 마이크를 사용하므로 프로젝트 파일에서 QMAKE_INFO_PLIST에 할당된 Info.plist
에 NSCameraUsageDescription
및 NSMicrophoneUsageDescription
키가 포함되어야 합니다. 그렇지 않으면 애플리케이션이 시작될 때 중단됩니다. 이 키에 대한 자세한 내용은 Apple의 Info.plist 설명서를 참조하십시오.
iOS에서 FFmpeg 라이브러리 사용
온라인 인스톨러의 FFmpeg 바이너리를 애플리케이션의 번들에 임베드해야 합니다. 이러한 라이브러리를 임베드하려면 앱의 CMakeLists.txt 파일에 qt6_add_ios_ffmpeg_libraries() 명령을 추가하면 됩니다:
qt_add_ios_ffmpeg_libraries(mytarget)
참고: 온라인 인스톨러의 FFmpeg 바이너리는 arm64용으로 빌드되므로 Apple Store Connect로 유효성 검사를 통과할 수 있습니다.
qt_add_ios_ffmpeg_libraries()도 참조하십시오 .
© 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.