Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::CodecCapLevels Struct Reference

#include <AgoraBase.h>

Public Member Functions

 CodecCapLevels ()
 

Public Attributes

VIDEO_CODEC_CAPABILITY_LEVEL hwDecodingLevel
 
VIDEO_CODEC_CAPABILITY_LEVEL swDecodingLevel
 

Constructor & Destructor Documentation

◆ CodecCapLevels()

agora::rtc::CodecCapLevels::CodecCapLevels ( )
inline

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.