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

Inherits <NSObject>.

Properties

AgoraVideoCodecType codecType
 
NSUInteger codecCapMask
 
AgoraVideoCodecCapLevels *_Nonnull codecCapLevels
 

Property Documentation

◆ codecType

- (AgoraVideoCodecType) codecType
readwritenonatomicassign

The video codec types. See AgoraVideoCodecType.

◆ codecCapMask

- (NSUInteger) codecCapMask
readwritenonatomicassign

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

◆ codecCapLevels

- (AgoraVideoCodecCapLevels* _Nonnull) codecCapLevels
readwritenonatomicstrong

Codec capability of the SDK. See AgoraVideoCodecCapLevels.