pub fn create_virtio_media_simple_capture_device(
    features: u64
) -> Box<dyn VirtioDevice>
Expand description

Create a simple media capture device.

This device can only generate a fixed pattern at a fixed resolution, and should only be used for checking that the virtio-media pipeline is working properly.