VideoDecoderConfig class

Available extensions
Annotations
  • @anonymous
  • @JS()
  • @staticInterop

Constructors

VideoDecoderConfig({required String codec, dynamic description, int? codedWidth, int? codedHeight, int? displayAspectWidth, int? displayAspectHeight, VideoColorSpaceInit? colorSpace, HardwareAcceleration? hardwareAcceleration, bool? optimizeForLatency})
factory

Properties

codec String

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
codedHeight int

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
codedWidth int

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
colorSpace VideoColorSpaceInit

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
description ↔ dynamic

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
displayAspectHeight int

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
displayAspectWidth int

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
hardwareAcceleration HardwareAcceleration

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
optimizeForLatency bool

Available on VideoDecoderConfig, provided by the PropsVideoDecoderConfig extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited