VideoDecoderSupportValue constructor

VideoDecoderSupportValue({
  1. bool? supported,
  2. VideoDecoderConfig? config,
})

Implementation

VideoDecoderSupportValue({this.supported, this.config});