RTCStatsTypeOptions enum

Inheritance
Available extensions

Values

candidatePair → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'candidate-pair')
certificate → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'certificate')
codec → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'codec')
dataChannel → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'data-channel')
inboundRtp → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'inbound-rtp')
localCandidate → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'local-candidate')
mediaSource → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'media-source')
outboundRtp → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'outbound-rtp')
peerConnection → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'peer-connection')
remoteCandidate → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'remote-candidate')
remoteInboundRtp → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'remote-inbound-rtp')
remoteOutboundRtp → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'remote-outbound-rtp')
transport → const RTCStatsTypeOptions
const RTCStatsTypeOptions(r'transport')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<RTCStatsTypeOptions>
A constant List of the values in this enum, in order of their declaration.