RTCRtpEncoding class
Properties
active
↔ bool
Set to true to cause this encoding to be sent, and false for it not to
be sent.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
maxBitrate
↔ int ?
If non-null, this represents the Transport Independent Application
Specific maximum bandwidth defined in RFC3890. If null, there is no
maximum bitrate.
getter/setter pair
maxFramerate
↔ int ?
The max framerate in fps for video.
getter/setter pair
minBitrate
↔ int ?
The minimum bitrate in bps for video.
getter/setter pair
numTemporalLayers
↔ int ?
The number of temporal layers for video.
getter/setter pair
rid
↔ String ?
If non-null, this represents the RID that identifies this encoding layer.
RIDs are used to identify layers in simulcast.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
scaleResolutionDownBy
↔ double ?
If non-null, scale the width and height down by this factor for video. If null,
implementation default scaling factor will be used.
getter/setter pair
ssrc
↔ int ?
SSRC to be used by this encoding.
Can't be changed between getParameters/setParameters.
getter/setter pair