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

#import <RTCRtpEncodingParameters.h>

Inheritance diagram for RTCRtpEncodingParameters:
NSObject NSObject

Instance Methods

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

Properties

BOOL isActive
 
NSNumbermaxBitrateBps
 
NSNumberssrc
 
webrtc::RtpEncodingParameters nativeParameters [implementation]
 

Method Documentation

◆ initWithNativeParameters:() [1/2]

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

Initialize the object with a native RtpEncodingParameters structure.

◆ initWithNativeParameters:() [2/2]

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

Initialize the object with a native RtpEncodingParameters structure.

◆ NS_DESIGNATED_INITIALIZER() [1/2]

- (instancetype) NS_DESIGNATED_INITIALIZER

◆ NS_DESIGNATED_INITIALIZER() [2/2]

- (instancetype) NS_DESIGNATED_INITIALIZER

Property Documentation

◆ isActive

- (BOOL) isActive
readwritenonatomicassign

Controls whether the encoding is currently transmitted.

◆ maxBitrateBps

- (NSNumber *) maxBitrateBps
readwritenonatomiccopy

The maximum bitrate to use for the encoding, or nil if there is no limit.

◆ nativeParameters

- (RtpEncodingParameters RTCRtpEncodingParameters()):
readnonatomicassignimplementation

Returns the equivalent native RtpEncodingParameters structure.

◆ ssrc

- (NSNumber *) ssrc
readnonatomicassign

The SSRC being used by this encoding.


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