Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::CodecCapInfo Struct Reference

The codec capability of the SDK. More...

#include <AgoraBase.h>

Public Attributes

VIDEO_CODEC_TYPE codecType
 
int codecCapMask
 
CodecCapLevels codecLevels
 

Detailed Description

The codec capability of the SDK.

Member Data Documentation

◆ codecType

VIDEO_CODEC_TYPE agora::rtc::CodecCapInfo::codecType

The video codec types. See VIDEO_CODEC_TYPE.

◆ codecCapMask

int agora::rtc::CodecCapInfo::codecCapMask

Bit mask of the codec types in SDK. See CODEC_CAP_MASK.

◆ codecLevels

CodecCapLevels agora::rtc::CodecCapInfo::codecLevels

Codec capability of the SDK. See CodecCapLevels.