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

Inherits <NSObject>.

Properties

NSUInteger width
 
NSUInteger height
 
NSUInteger layoutCount
 
NSArray< AgoraVideoLayout * > *_Nullable layoutList
 

Detailed Description

The definition of AgoraVideoLayoutInfo.

Property Documentation

◆ width

- (NSUInteger) width
readwritenonatomicassign

width of transcoded video stream.

◆ height

- (NSUInteger) height
readwritenonatomicassign

height of transcoded video stream.

◆ layoutCount

- (NSUInteger) layoutCount
readwritenonatomicassign

count of video layout info in transcoded video stream.

◆ layoutList

- (NSArray<AgoraVideoLayout *>* _Nullable) layoutList
readwritenonatomiccopy

video layout info in transcoded video stream.