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.
Qt提供的媒体API提供了播放和捕获视频和音频的机制。通过VideoOutput元素类型,可以在用户界面中呈现视频流。通过MediaPlayer元素类型,可以处理大多数播放,即使SoundEffect可以用于低延迟声音。为了捕获或记录相机流,可以使用CaptureSession和相机元素Camera
的组合。