Agora RTC Objective-C API Reference  Refactor
Data Fields
VideoCanvas Struct Reference

Data Fields

uid_t uid
 
uid_t subviewUid
 
view_t view
 
uint32_t backgroundColor
 
media::base::RENDER_MODE_TYPE renderMode
 
VIDEO_MIRROR_MODE_TYPE mirrorMode
 
VIDEO_VIEW_SETUP_MODE setupMode
 
VIDEO_SOURCE_TYPE sourceType
 
int mediaPlayerId
 
Rectangle cropArea
 
bool enableAlphaMask
 
media::base::VIDEO_MODULE_POSITION position
 

Detailed Description

Attributes of video canvas object.

Constructor & Destructor Documentation

◆ VideoCanvas() [1/4]

VideoCanvas ( )
inline

◆ VideoCanvas() [2/4]

◆ VideoCanvas() [3/4]

◆ VideoCanvas() [4/4]

Field Documentation

◆ uid

uid_t uid

The user id of local video.

◆ subviewUid

uid_t subviewUid

The uid of video stream composing the video stream from transcoder which will be drawn on this video canvas.

◆ view

view_t view

Video display window.

◆ backgroundColor

uint32_t backgroundColor

A RGBA value indicates background color of the render view. Defaults to 0x00000000.

◆ renderMode

The video render mode. See RENDER_MODE_TYPE. The default value is RENDER_MODE_HIDDEN.

◆ mirrorMode

The video mirror mode. See VIDEO_MIRROR_MODE_TYPE. The default value is VIDEO_MIRROR_MODE_AUTO.

Note
  • For the mirror mode of the local video view: If you use a front camera, the SDK enables the mirror mode by default; if you use a rear camera, the SDK disables the mirror mode by default.
  • For the remote user: The mirror mode is disabled by default.

◆ setupMode

The mode of setting up video view. See VIDEO_VIEW_SETUP_MODE The default value is VIDEO_VIEW_SETUP_REPLACE.

◆ sourceType

VIDEO_SOURCE_TYPE sourceType

The video source type. See VIDEO_SOURCE_TYPE. The default value is VIDEO_SOURCE_CAMERA_PRIMARY.

◆ mediaPlayerId

int mediaPlayerId

The media player id of AgoraMediaPlayer. It should set this parameter when the sourceType is VIDEO_SOURCE_MEDIA_PLAYER to show the video that AgoraMediaPlayer is playing. You can get this value by calling the method getMediaPlayerId().

◆ cropArea

Rectangle cropArea

If you want to display a certain part of a video frame, you can set this value to crop the video frame to show. The default value is empty(that is, if it has zero width or height), which means no cropping.

◆ enableAlphaMask

bool enableAlphaMask

Whether to apply alpha mask to the video frame if exsit: true: Apply alpha mask to video frame. false: (Default) Do not apply alpha mask to video frame.

◆ position

The video frame position in pipeline. See VIDEO_MODULE_POSITION. The default value is POSITION_POST_CAPTURER.