RTCRtpEncodingParameters class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- RTCRtpEncodingParameters.new({bool? active, num? maxBitrate, num? maxFramerate, RTCPriorityType? networkPriority, RTCPriorityType? priority, num? scaleResolutionDownBy, String? rid})
-
factory
Properties
- active ↔ bool?
-
Available on RTCRtpEncodingParameters, provided by the RTCRtpEncodingParameters$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- maxBitrate ↔ num?
-
Available on RTCRtpEncodingParameters, provided by the RTCRtpEncodingParameters$Typings extension
getter/setter pair - maxFramerate ↔ num?
-
Available on RTCRtpEncodingParameters, provided by the RTCRtpEncodingParameters$Typings extension
getter/setter pair - networkPriority ↔ RTCPriorityType?
-
Available on RTCRtpEncodingParameters, provided by the RTCRtpEncodingParameters$Typings extension
getter/setter pair - priority ↔ RTCPriorityType?
-
Available on RTCRtpEncodingParameters, provided by the RTCRtpEncodingParameters$Typings extension
getter/setter pair - rid ↔ String?
-
Available on RTCRtpCodingParameters, provided by the RTCRtpCodingParameters$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleResolutionDownBy ↔ num?
-
Available on RTCRtpEncodingParameters, provided by the RTCRtpEncodingParameters$Typings extension
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited