NERtc iOS SDK  V4.4.301
属性 | 所有成员列表
NERtcLiveStreamImageInfo类 参考

Picture layout 更多...

#import <NERtcEngineBase.h>

类 NERtcLiveStreamImageInfo 继承关系图:

属性

NSString * url
 The URL of the placeholder image 更多...
 
NSInteger x
 The X parameter is used to set the horizontal coordinate value of the canvas. 更多...
 
NSInteger y
 The Y parameter is used to set the vertical coordinate value of the canvas. 更多...
 
NSInteger width
 The width of the placeholder image in the canvas. 更多...
 
NSInteger height
 The height of the placeholder image in the canvas. 更多...
 

详细描述

Picture layout

属性说明

◆ height

- (NSInteger) height
readwritenonatomicassign

The height of the placeholder image in the canvas.

Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.

◆ url

- (NSString*) url
readwritenonatomiccopy

The URL of the placeholder image

◆ width

- (NSInteger) width
readwritenonatomicassign

The width of the placeholder image in the canvas.

Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.

◆ x

- (NSInteger) x
readwritenonatomicassign

The X parameter is used to set the horizontal coordinate value of the canvas.

You can specify a point in the canvas with X and Y coordinates. This point is used as the anchor of the upper left corner of the placeholder image.

Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.

◆ y

- (NSInteger) y
readwritenonatomicassign

The Y parameter is used to set the vertical coordinate value of the canvas.

You can specify a point in the canvas with X and Y coordinates. This point is used as the anchor of the upper left corner of the placeholder image.

Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.


该类的文档由以下文件生成: