Type Alias DynStatelessVideoDecoder

Source
pub type DynStatelessVideoDecoder<D> = Box<dyn StatelessVideoDecoder<Handle = DynDecodedHandle<D>, FramePool = dyn FramePool<Descriptor = D>>>;

Aliased Typeยง

struct DynStatelessVideoDecoder<D>(/* private fields */);