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

The level of the codec capability. More...

#include <AgoraBase.h>

Public Attributes

VIDEO_CODEC_CAPABILITY_LEVEL hwDecodingLevel
 
VIDEO_CODEC_CAPABILITY_LEVEL swDecodingLevel
 

Detailed Description

The level of the codec capability.

Member Data Documentation

◆ hwDecodingLevel

VIDEO_CODEC_CAPABILITY_LEVEL agora::rtc::CodecCapLevels::hwDecodingLevel

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

◆ swDecodingLevel

VIDEO_CODEC_CAPABILITY_LEVEL agora::rtc::CodecCapLevels::swDecodingLevel

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