RtpCodecCapability class

Constructors

RtpCodecCapability({required RTCRtpMediaType kind, String mimeType = '', int? preferredPayloadType, required int clockRate, int? channels = 1, Map parameters = const {}, List<RtcpFeedback> rtcpFeedback = const []})
RtpCodecCapability.fromMap(Map<String, dynamic> data)

Properties

channels int?
getter/setter pair
clockRate int
final
hashCode int
The hash code for this object.
no setterinherited
kind RTCRtpMediaType
getter/setter pair
mimeType String
final
parameters Map
getter/setter pair
preferredPayloadType int?
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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