VideoConfiguration extension type

on
Implemented types

Constructors

VideoConfiguration({required String contentType, required int width, required int height, required int bitrate, required num framerate, bool hasAlphaChannel, HdrMetadataType hdrMetadataType, ColorGamut colorGamut, TransferFunction transferFunction, String scalabilityMode, bool spatialScalability})
factory

Properties

bitrate int
getter/setter pair
colorGamut ColorGamut
getter/setter pair
contentType String
getter/setter pair
framerate num
getter/setter pair
hasAlphaChannel bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hdrMetadataType HdrMetadataType
getter/setter pair
height int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalabilityMode String
getter/setter pair
spatialScalability bool
getter/setter pair
transferFunction TransferFunction
getter/setter pair
width int
getter/setter pair

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