H264 class Null safety

Optional element to configure H.264 related parameters.

Annotations

Constructors

H264(dynamic xmlGovLength, dynamic xmlH264Profile)
H264.fromJson(Map<String, dynamic> json)
factory

Properties

govLength int
Group of Video frames length. Determines typically the interval in which the I-Frames will be coded. An entry of 1 indicates I-Frames are continuously generated. An entry of 2 indicates that every 2nd image is an I-Frame, and 3 only every 3rd frame, etc. The frames in between are coded as P or B Frames.
read-only
h264Profile String
the H.264 profile, either baseline, main, extended or high [...]
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
xmlGovLength → dynamic
@JsonKey(name: 'GovLength'), final
xmlH264Profile → dynamic
@JsonKey(name: 'H264Profile'), final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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