RTCRtpCodecCapability class

The WebRTC API's dictionary provides information describing the capabilities of a single media codec.

Available extensions
Annotations
  • @anonymous
  • @JS.new()
  • @staticInterop

Constructors

RTCRtpCodecCapability({required String mimeType, required int clockRate, int? channels, String? sdpFmtpLine})
factory

Properties

channels ↔ int

Available on RTCRtpCodecCapability, provided by the PropsRTCRtpCodecCapability extension

getter/setter pair
clockRate ↔ int

Available on RTCRtpCodecCapability, provided by the PropsRTCRtpCodecCapability extension

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

Available on RTCRtpCodecCapability, provided by the PropsRTCRtpCodecCapability extension

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

Available on RTCRtpCodecCapability, provided by the PropsRTCRtpCodecCapability 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