Mpeg4 class

Optional element to configure Mpeg4 related parameters.

Annotations
  • @JsonSerializable()

Constructors

Mpeg4({required int govLength, required String mpeg4Profile})
Mpeg4.fromJson(Map<String, dynamic> json)
factory

Properties

govLength int
Determines 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.
final
hashCode int
The hash code for this object.
no setterinherited
mpeg4Profile String
the Mpeg4 profile, either simple profile (SP) or advanced simple profile (ASP)
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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