RTCStatsType enum
Values
- codec → const RTCStatsType
-
const RTCStatsType('codec')
- inboundRtp → const RTCStatsType
-
const RTCStatsType('inbound-rtp')
- outboundRtp → const RTCStatsType
-
const RTCStatsType('outbound-rtp')
- remoteInboundRtp → const RTCStatsType
-
const RTCStatsType('remote-inbound-rtp')
- remoteOutboundRtp → const RTCStatsType
-
const RTCStatsType('remote-outbound-rtp')
- mediaSource → const RTCStatsType
-
const RTCStatsType('media-source')
- peerConnection → const RTCStatsType
-
const RTCStatsType('peer-connection')
- dataChannel → const RTCStatsType
-
const RTCStatsType('data-channel')
- stream → const RTCStatsType
-
const RTCStatsType('stream')
- track → const RTCStatsType
-
const RTCStatsType('track')
- transport → const RTCStatsType
-
const RTCStatsType('transport')
- candidatePair → const RTCStatsType
-
const RTCStatsType('candidate-pair')
- localCandidate → const RTCStatsType
-
const RTCStatsType('local-candidate')
- remoteCandidate → const RTCStatsType
-
const RTCStatsType('remote-candidate')
- certificate → const RTCStatsType
-
const RTCStatsType('certificate')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
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
Static Methods
-
fromValue(
String value) → RTCStatsType -
fromValues(
Iterable< String> values) → Iterable<RTCStatsType>
Constants
-
values
→ const List<
RTCStatsType> - A constant List of the values in this enum, in order of their declaration.