RTCRtpCodecParameters class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

RTCRtpCodecParameters({num? payloadType, num? channels, num? clockRate, String? mimeType, String? sdpFmtpLine})
factory

Properties

channels num?

Available on RTCRtpCodec, provided by the RTCRtpCodec$Typings extension

getter/setter pair
clockRate num

Available on RTCRtpCodec, provided by the RTCRtpCodec$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mimeType String

Available on RTCRtpCodec, provided by the RTCRtpCodec$Typings extension

getter/setter pair
payloadType num

Available on RTCRtpCodecParameters, provided by the RTCRtpCodecParameters$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdpFmtpLine String?

Available on RTCRtpCodec, provided by the RTCRtpCodec$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