MillicastSDK 2.0.0
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
MCForcePlayoutDelay Class Reference

#import <client.h>

Inheritance diagram for MCForcePlayoutDelay:
Inheritance graph
[legend]
Collaboration diagram for MCForcePlayoutDelay:
Collaboration graph
[legend]

Instance Methods

(nonnull instancetype) - initWithMin:max:
 

Properties

int minimum
 
int maximum
 

Detailed Description

An option to tell the media server to send hints about the range of playout delays that the RTP receiver should follow, which effectively sets the delay for each frame before it is rendered. Use this if you want to compensate for unpredictable network behaviour allowing for smooth playback at the cost of increasing latency.

More information about this in the playout-delay rtp header extension

Method Documentation

◆ initWithMin:max:

- (nonnull instancetype) initWithMin: (int)  min
max: (init(min:max:))  NS_SWIFT_NAME 

Property Documentation

◆ maximum

- (int) maximum
readwritenonatomicassign

The maximum delay that should be added to each frame.

◆ minimum

- (int) minimum
readwritenonatomicassign

The minimum delay that should be added to each frame.


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