webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Properties | List of all members
<RTCRtpReceiver > Protocol Reference

#import <RTCRtpReceiver.h>

Inheritance diagram for <RTCRtpReceiver >:

Properties

NSStringreceiverId
 
RTCRtpParametersparameters
 
RTCMediaStreamTracktrack
 
id< RTCRtpReceiverDelegate > delegate
 

Property Documentation

◆ delegate

- (id<RTCRtpReceiverDelegate> RTCRtpReceiver) delegate
readwritenonatomicweak

The delegate for this RtpReceiver.

◆ parameters

- (RTCRtpParameters* RTCRtpReceiver) parameters
readnonatomicassign

The currently active RTCRtpParameters, as defined in https://www.w3.org/TR/webrtc/#idl-def-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*.

◆ receiverId

- (NSString* RTCRtpReceiver) receiverId
readnonatomicassign

A unique identifier for this receiver.

◆ track

- (RTCMediaStreamTrack* RTCRtpReceiver) track
readnonatomicassign

The RTCMediaStreamTrack associated with the receiver. Note: reading this property returns a new instance of RTCMediaStreamTrack. Use isEqual: instead of == to compare RTCMediaStreamTrack instances.


The documentation for this protocol was generated from the following file: