Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
bool | isCaptureWindow |
uint32_t | displayId |
Rectangle | screenRect |
view_t | windowId |
ScreenCaptureParameters | params |
Rectangle | regionRect |
The configuration of the captured screen.
|
inline |
bool isCaptureWindow |
Whether to capture the window on the screen:
true
: Capture the window.false
: (Default) Capture the screen, not the window. uint32_t displayId |
(macOS only) The display ID of the screen.
Rectangle screenRect |
(Windows only) The relative position of the shared screen to the virtual screen.
view_t windowId |
(For Windows and macOS only) The window ID.
ScreenCaptureParameters params |
(For Windows and macOS only) The screen capture configuration. For details, see ScreenCaptureParameters.
Rectangle regionRect |
(For Windows and macOS only) The relative position of the shared region to the whole screen. For details, see Rectangle.
If you do not set this parameter, the SDK shares the whole screen. If the region you set exceeds the boundary of the screen, only the region within in the screen is shared. If you set width or height in Rectangle as 0, the whole screen is shared.