VideoCodecSettings class

Video Codec Settings

Constructors

VideoCodecSettings({FrameCaptureSettings? frameCaptureSettings, H264Settings? h264Settings, H265Settings? h265Settings, Mpeg2Settings? mpeg2Settings})
VideoCodecSettings.fromJson(Map<String, dynamic> json)
factory

Properties

frameCaptureSettings FrameCaptureSettings?
final
h264Settings H264Settings?
final
h265Settings H265Settings?
final
hashCode int
The hash code for this object.
no setterinherited
mpeg2Settings Mpeg2Settings?
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