TVIAudioOptionsBuilder Class Reference

Inherits from NSObject
Declared in TVIAudioOptions.h

Overview

TVIAudioOptionsBuilder constructs TVIAudioOptions.

  audioJitterBufferFastAccelerate

Audio receiver jitter buffer (NetEq) fast accelerate mode. Defaults to NO.

@property (nonatomic, assign) BOOL audioJitterBufferFastAccelerate

Declared In

TVIAudioOptions.h

  audioJitterBufferMaxPackets

Audio receiver jitter buffer (NetEq) max capacity in number of packets. Defaults to 50.

@property (nonatomic, assign) int audioJitterBufferMaxPackets

Declared In

TVIAudioOptions.h

  highpassFilter

Audio processing to remove background noise of lower frequencies. Defaults to YES.

@property (nonatomic, assign) BOOL highpassFilter

Declared In

TVIAudioOptions.h

  levelControl

Enable audio level control. Defaults to NO.

@property (nonatomic, assign) BOOL levelControl

Declared In

TVIAudioOptions.h

  levelControlInitialPeakLevelDBFS

An optional initialization value for the level controller in order to compute the signal gain. The unit for the peak level is dBFS and the allowed range is -100..0. Defaults to -6.0206f.

@property (nonatomic, assign) CGFloat levelControlInitialPeakLevelDBFS

Declared In

TVIAudioOptions.h