VideoSettings class

Constructors

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

Properties

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

Methods

copyWith({int? width, int? height, int? bitrate, int? frameInterval, ProfileLevel? profileLevel}) 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