FMIceLinkRembPolicy Constants Reference

Declared in FMIceLinkRembPolicy.h

FMIceLinkRembPolicy

The local policy for the use of Receiver Estimated Maximum Bitrates (goog-remb). Cf. [https://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03](https://tools.ietf.org/html/draft-alvestrand-rmcat-remb-03)

Definition

typedef NS_ENUM(NSInteger, FMIceLinkRembPolicy ) {
   FMIceLinkRembPolicyDisabled = 1,
   FMIceLinkRembPolicyNegotiated = 2,
};

Constants

FMIceLinkRembPolicyDisabled
The usage of goog-rembs is disabled.

Declared In FMIceLinkRembPolicy.h.

FMIceLinkRembPolicyNegotiated
The usage of goog-rembs is negotiated with the peer.

Declared In FMIceLinkRembPolicy.h.

Declared In

FMIceLinkRembPolicy.h