webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Properties | List of all members
RTCRtpParameters Class Reference

#import <RTCRtpParameters.h>

Inheritance diagram for RTCRtpParameters:
NSObject NSObject

Instance Methods

(instancetype) - NS_DESIGNATED_INITIALIZER
 
(instancetype) - NS_DESIGNATED_INITIALIZER
 
(instancetype) - initWithNativeParameters: [implementation]
 
(instancetype) - initWithNativeParameters: [implementation]
 

Properties

NSArray< RTCRtpEncodingParameters * > * encodings
 
NSArray< RTCRtpCodecParameters * > * codecs
 
webrtc::RtpParameters nativeParameters [implementation]
 

Method Documentation

◆ initWithNativeParameters:() [1/2]

- (instancetype) initWithNativeParameters: (const webrtc::RtpParameters &)  nativeParameters
implementation

Initialize the object with a native RtpParameters structure.

◆ initWithNativeParameters:() [2/2]

- (instancetype) initWithNativeParameters: (const webrtc::RtpParameters &)  nativeParameters
implementation

Initialize the object with a native RtpParameters structure.

◆ NS_DESIGNATED_INITIALIZER() [1/2]

- (instancetype) NS_DESIGNATED_INITIALIZER

◆ NS_DESIGNATED_INITIALIZER() [2/2]

- (instancetype) NS_DESIGNATED_INITIALIZER

Property Documentation

◆ codecs

- (NSArray< RTCRtpCodecParameters * > *) codecs
readwritenonatomiccopy

The negotiated set of send codecs in order of preference.

◆ encodings

- (NSArray< RTCRtpEncodingParameters * > *) encodings
readwritenonatomiccopy

The currently active encodings in the order of preference.

◆ nativeParameters

- (RtpParameters RTCRtpParameters()):
readnonatomicassignimplementation

Returns the equivalent native RtpParameters structure.


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