pub fn create_virtio_media_decoder_adapter_device(
    features: u64,
    _gpu_tube: Tube,
    backend: VideoBackendType,
) -> Result<Box<dyn VirtioDevice>>
Expand description

Create a decoder adapter device.

This is a regular virtio-media decoder device leveraging the virtio-video decoder backends.