Vp9CodecSettings class

VP9 codec settings.

Constructors

Vp9CodecSettings({int? bitrateBps, int? crfLevel, double? frameRate, String? gopDuration, int? gopFrameCount, int? heightPixels, String? pixelFormat, String? profile, String? rateControlMode, int? widthPixels})
Vp9CodecSettings.fromJson(Map json_)

Properties

bitrateBps int?
The video bitrate in bits per second.
getter/setter pair
crfLevel int?
Target CRF level.
getter/setter pair
frameRate double?
The target video frame rate in frames per second (FPS).
getter/setter pair
gopDuration String?
Select the GOP size based on the specified duration.
getter/setter pair
gopFrameCount int?
Select the GOP size based on the specified frame count.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
heightPixels int?
The height of the video in pixels.
getter/setter pair
pixelFormat String?
Pixel format to use.
getter/setter pair
profile String?
Enforces the specified codec profile.
getter/setter pair
rateControlMode String?
Specify the mode.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widthPixels int?
The width of the video in pixels.
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