Agora RTC Objective-C API Reference  Refactor
Properties
AgoraVideoCodecCapInfo Class Reference

Inherits <NSObject>.

Properties

AgoraVideoCodecType codecType
 
NSUInteger codecCapMask
 
AgoraVideoCodecCapLevels *_Nonnull codecCapLevels
 

Detailed Description

The codec support information.

Property Documentation

◆ codecType

- (AgoraVideoCodecType) codecType
readwritenonatomicassign

The codec type.

◆ codecCapMask

- (NSUInteger) codecCapMask
readwritenonatomicassign

The codec type mask. bit 1 Hardware decoder support flag, bit 2: Hardware encoder support flag, bit 3: Software decoder support flag, bit 4: Software encoder support flag

◆ codecCapLevels

- (AgoraVideoCodecCapLevels* _Nonnull) codecCapLevels
readwritenonatomicstrong

The codec capability level, estimated based on the device hardware.