ExtendedRtpHeaderExtension class

Constructors

ExtendedRtpHeaderExtension({required RTCRtpMediaType kind, required String uri, required int sendId, required int recvId, required bool encrypt, required RtpHeaderDirection direction})

Properties

direction RtpHeaderDirection
getter/setter pair
encrypt bool
final
hashCode int
The hash code for this object.
no setterinherited
kind RTCRtpMediaType
final
recvId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendId int
final
uri 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