AgoraVideoQualityAdaptIndication Constants Reference

Declared in AgoraEnumerates.h

AgoraVideoQualityAdaptIndication

Quality change of the local video in terms of target frame rate and target bit rate since last count.

Definition

typedef NS_ENUM(NSInteger, AgoraVideoQualityAdaptIndication ) {
   AgoraVideoQualityAdaptNone = 0,
   AgoraVideoQualityAdaptUpBandwidth = 1,
   AgoraVideoQualityAdaptDownBandwidth = 2,
};

Constants

AgoraVideoQualityAdaptNone

The quality of the local video stays the same.

Declared In AgoraEnumerates.h.

AgoraVideoQualityAdaptUpBandwidth

The quality improves because the network bandwidth increases.

Declared In AgoraEnumerates.h.

AgoraVideoQualityAdaptDownBandwidth

The quality worsens because the network bandwidth decreases.

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h