VideoSettings class

Constructors

VideoSettings({int width = 480, int height = 272, int bitrate = 160 * 1000, int frameInterval = 2, ProfileLevel profileLevel = ProfileLevel.h264Baseline31})
const
VideoSettings.fromMap(Map<String, dynamic> map)
factory

Properties

bitrate int
final
frameInterval int
final
hashCode int
The hash code for this object.
no setteroverride
height int
final
profileLevel ProfileLevel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
final

Methods

copyWith({int? width, int? height, int? bitrate, int? frameInterval, ProfileLevel? profileLevel}) VideoSettings
inverted() VideoSettings
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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