Skip to main content

Module async_decoder

Module async_decoder 

Source
Expand description

Async video decoder backed by tokio::task::spawn_blocking.

Structsยง

AsyncVideoDecoder
Async wrapper around VideoDecoder.
AsyncVideoDecoderBuilder
Async builder for AsyncVideoDecoder that mirrors the options available on the synchronous VideoDecoderBuilder.