MillicastSDK 2.0.0
|
#import <client.h>
Instance Methods | |
(nonnull instancetype) | - initWithMin:max: |
Properties | |
int | minimum |
int | maximum |
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
- (nonnull instancetype) initWithMin: | (int) | min | |
max: | (init(min:max:)) | NS_SWIFT_NAME | |
|
readwritenonatomicassign |
The maximum delay that should be added to each frame.
|
readwritenonatomicassign |
The minimum delay that should be added to each frame.