RTCRtpReceiverNative class
- Inheritance
-
- Object
- RTCRtpReceiver
- RTCRtpReceiverNative
Constructors
- RTCRtpReceiverNative(String _id, MediaStreamTrack _track, RTCRtpParameters _parameters, String _peerConnectionId)
- RTCRtpReceiverNative.fromMap(Map map, {required String peerConnectionId})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onFirstPacketReceived ↔ dynamic Function(RTCRtpReceiver rtpReceiver, RTCRtpMediaType mediaType)?
-
public:
getter/setter pairinherited
- parameters → RTCRtpParameters
-
The WebRTC specification only defines RTCRtpParameters in terms of senders,
but this API also applies them to receivers, similar to ORTC:
http://ortc.org/wp-content/uploads/2016/03/ortc.html#rtcrtpparameters*.
no setteroverride
- receiverId → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- track → MediaStreamTrack
-
no setteroverride
Methods
-
getStats(
) → Future< List< StatsReport> > -
override
-
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
-
fromMaps(
List map, {required String peerConnectionId}) → List< RTCRtpReceiverNative>