Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtc2.video.CodecCapLevels Class Reference

The level of the codec capability. More...

Public Member Functions

 CodecCapLevels (int hwDecLevel, int swDecLevel)
 

Public Attributes

int hwDecodingLevel
 
int swDecodingLevel
 

Detailed Description

The level of the codec capability.

Member Data Documentation

◆ hwDecodingLevel

int io.agora.rtc2.video.CodecCapLevels.hwDecodingLevel

Hardware decoding capability level, which represents the device's ability to perform hardware decoding on videos of different quality.

◆ swDecodingLevel

int io.agora.rtc2.video.CodecCapLevels.swDecodingLevel

Software decoding capability level, which represents the device's ability to perform software decoding on videos of different quality.