|
NERtc iOS SDK
V4.4.301
|
Picture layout 更多...
#import <NERtcEngineBase.h>
属性 | |
| 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
|
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.
|
readwritenonatomiccopy |
The URL of the placeholder image
|
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.
|
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.
|
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.