ExtendedRtpCodec class

Constructors

ExtendedRtpCodec({required RTCRtpMediaType kind, required String mimeType, required int clockRate, int? channels = 1, List<RtcpFeedback> rtcpFeedback = const [], int? localPayloadType, int? localRtxPayloadType, int? remotePayloadType, int? remoteRtxPayloadType, required Map localParameters, required Map remoteParameters})

Properties

channels int?
final
clockRate int
final
hashCode int
The hash code for this object.
no setterinherited
kind → RTCRtpMediaType
final
localParameters Map
getter/setter pair
localPayloadType int?
getter/setter pair
localRtxPayloadType int?
getter/setter pair
mimeType String
final
remoteParameters Map
getter/setter pair
remotePayloadType int?
getter/setter pair
remoteRtxPayloadType int?
getter/setter pair
rtcpFeedback List<RtcpFeedback>
final
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
toString() String
A string representation of this object.
inherited

Operators

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