AgoraVideoLayoutInfo
合图视频流的详细布局信息。
Objective-C
__attribute__((visibility("default"))) @interface AgoraVideoLayoutInfo: NSObject
@property (assign, nonatomic) NSUInteger width NS_SWIFT_NAME(width);
@property (assign, nonatomic) NSUInteger height NS_SWIFT_NAME(height);
@property (assign, nonatomic) NSUInteger layoutCount NS_SWIFT_NAME(layoutCount);
@property(copy, nonatomic) NSArray<AgoraVideoLayout *> *_Nullable layoutList NS_SWIFT_NAME(layoutList);
@end
自从
v4.3.0
width
合图视频流的宽度 (px)。
height
合图视频流的高度 (px)。
layoutCount
合图视频流中布局信息的数量。
layoutlist
某一路合图视频流的详细布局信息。详见 AgoraVideoLayoutInfo。