CodecParameters class

Constructors

CodecParameters({int? spropStereo, int? useinbandfec, int? usedtx, int? maxplaybackrate, int? maxaveragebitrate, int? ptime, int? xGoogleStartBitrate, int? xGoogleMaxBitrate, int? xGoogleMinBitrate})

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<String>
no setter
maxaveragebitrate int?
final
maxplaybackrate int?
final
ptime int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spropStereo int?
getter/setter pair
stereo int?
getter/setter pair
usedtx int?
final
useinbandfec int?
final
xGoogleMaxBitrate int?
final
xGoogleMinBitrate int?
final
xGoogleStartBitrate int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap([bool stereoInMap = false]) Map<String, int>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) → dynamic

Static Methods

copy(CodecParameters old) CodecParameters