VideoFormat class

Contains information about supported video formats.

Constructors

VideoFormat({String? fileType, int? id, String? kind, Size? resolution, int? targetBitRate})
VideoFormat.fromJson(Map json_)

Properties

fileType String?
File type of the video format. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
ID of the video format.
getter/setter pair
kind String?
Identifies what kind of resource this is.
getter/setter pair
resolution Size?
The resolution of this video format.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetBitRate int?
The target bit rate of this video format.
getter/setter pair

Methods

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

Operators

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