Qt Academy has now launched! See how we aim to teach the next generation of developers. Get started
最新版Qt 6.3已正式发布。 了解更多。
最新バージョンQt6.5がご利用いただけます。 詳細はこちら

# Summary

The media API provided by Qt provides mechanisms for playing and capturing video and audio. Through the VideoOutput element, video streams can be rendered in the user interface. Through the MediaPlayer element, most playback can be handled, even though the SoundEffect can be used for low-latency sounds. For capturing, or recording camera streams, a combination of CaptureSession and Camera elements can be used.