RtpParameters class abstract

RTCRtpParameters implementation.

Constructors

RtpParameters()

Properties

encodings List<SendEncodingParameters>
SendEncodingParameters which has been set.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFFI() → RtcRtpSendParameters
Tries to convert these RtpParameters into ffi.ArcRtpParameters.
toMap() Map<String, dynamic>
Converts these RtpParameters into the Map expected by Flutter.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromFFI(RtcRtpSendParameters params) → dynamic
Creates new RtpParameters from the provided ffi.RtcRtpSendParameters.
fromMap(dynamic map) → dynamic
Creates new RtpParameters from the provided MethodChannel.