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

Inherits <NSObject>.

Properties

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

Property Documentation

◆ width

- (NSUInteger) width
readwritenonatomicassign

The width of the mixed video stream (px).

◆ height

- (NSUInteger) height
readwritenonatomicassign

The height of the mixed video stream (px).

◆ layoutCount

- (NSUInteger) layoutCount
readwritenonatomicassign

The number of layout information in the mixed video stream.

◆ layoutList

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

The detailed layout information of a mixed video stream. See AgoraVideoLayout.