VideoDecoderConfiguration

Type Alias VideoDecoderConfiguration 

Source
pub type VideoDecoderConfiguration = VideoDecoder;
👎Deprecated: Use ‘VideoDecoder’ instead

Aliased Type§

pub struct VideoDecoderConfiguration {
    pub video: VideoParameters,
    pub decoder: DecoderParameters,
}

Fields§

§video: VideoParameters§decoder: DecoderParameters