|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSString *_Nonnull | channelId |
| NSUInteger | uid |
| NSString *_Nullable | strUid |
| NSUInteger | videoState |
| NSUInteger | x |
| NSUInteger | y |
| NSUInteger | width |
| NSUInteger | height |
Video layout info.
|
readwritenonatomiccopy |
Channel Id from which this video stream come from.
|
readwritenonatomicassign |
User id of video stream.
|
readwritenonatomiccopy |
User account of video stream.
|
readwritenonatomicassign |
video state of video stream on a transcoded video stream canvas. 0 for normal video , 1 for placeholder image showed , 2 for black image.
|
readwritenonatomicassign |
x coordinate of video stream on a transcoded video stream canvas.
|
readwritenonatomicassign |
y coordinate of video stream on a transcoded video stream canvas.
|
readwritenonatomicassign |
width of video stream on a transcoded video stream canvas.
|
readwritenonatomicassign |
height of video stream on a transcoded video stream canvas.