|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSUInteger | remoteUserUid |
| AgoraVideoSourceType | sourceType |
| NSString *_Nullable | imageUrl |
| NSUInteger | mediaPlayerId |
| CGRect | rect |
| NSInteger | zOrder |
| double | alpha |
| BOOL | mirror |
|
readwritenonatomicassign |
The user ID of the remote user.
AgoraVideoSourceTypeRemote for local video mixing.
|
readwritenonatomicassign |
The video source type for local video mixing. See AgoraVideoSourceType.
|
readwritenonatomiccopy |
The file path of local images. Examples:
/var/mobile/Containers/Data/Application/<APP-UUID>/Documents/image.png~/Pictures/image.png
|
readwritenonatomicassign |
(Optional) Media player ID. Use the parameter only when you set sourceType to AgoraVideoSourceTypeMediaPlayer.
|
readwritenonatomicassign |
The relative position and size of the video for local video mixing to the origin (the top left corner of the canvas). The data type is CGRect.
|
readwritenonatomicassign |
The number of the layer to which the video for the local video mixing belongs. The value range is [0, 100].
|
readwritenonatomicassign |
The transparency of the video for local video mixing. The value range is [0.0, 1.0]. 0.0 indicates that the video is completely transparent, and 1.0 indicates that it is opaque.
|
readwritenonatomicassign |
Whether to mirror the video for the local video mixing.
YES: Mirror the video for the local video mixing.NO: (Default) Do not mirror the video for the local video mixing.