Pro AV service interface.
More...
#include <IProAVService.h>
Pro AV service interface.
Definition at line 103 of file IProAVService.h.
◆ ~IProAVService()
virtual IProAVService::~IProAVService |
( |
| ) |
|
|
inlinevirtual |
◆ DeregisterSink()
Deregister pro AV service callback sink.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
pSink | A pointer to the IProAVServiceSink that receives the premeeting service callback. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ EnableProAVVideoActiveSpeakerGreenOutline()
virtual ZRCSDKError IProAVService::EnableProAVVideoActiveSpeakerGreenOutline |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable pro AV video active speaker green outline.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
enable | TRUE indicates enable active speaker green outline. Otherwise disable. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ EnableProAVVideoMuteIcon()
virtual ZRCSDKError IProAVService::EnableProAVVideoMuteIcon |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable pro AV video mute icon.
- Since
- 6.5.0
- Zoom Rooms minimum version
- 6.5.0
- Parameters
-
enable | TRUE indicates enable video mute icon. Otherwise disable. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ EnableProAVVideoNameStrap()
virtual ZRCSDKError IProAVService::EnableProAVVideoNameStrap |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable pro AV video name strap.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
enable | TRUE indicates enable video name strap. Otherwise disable. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ EnableProAVVideoPollOverlay()
virtual ZRCSDKError IProAVService::EnableProAVVideoPollOverlay |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable pro AV video poll overlay.
- Since
- 6.5.0
- Zoom Rooms minimum version
- 6.5.0
- Parameters
-
enable | TRUE indicates enable video poll overlay. Otherwise disable. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ EnableProAVVideoRaiseHandIcon()
virtual ZRCSDKError IProAVService::EnableProAVVideoRaiseHandIcon |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable pro AV video raise hand icon.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
enable | TRUE indicates enable raise hand icon. Otherwise disable. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ EnableProAVVideoReactionIcons()
virtual ZRCSDKError IProAVService::EnableProAVVideoReactionIcons |
( |
bool |
enable | ) |
|
|
pure virtual |
Enable pro AV video reaction icons.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
enable | TRUE indicates enable video reaction icons. Otherwise disable. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetDanteOutputHelper()
Get the dante output helper.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Returns
- If the function succeeds, the return value is a pointer to IDanteOutputHelper. Otherwise the function returns NULL.
◆ GetHWIOHelper()
Get the HWIO helper.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Returns
- If the function succeeds, the return value is a pointer to IHWIOHelper. Otherwise the function returns NULL.
◆ GetProAVUnassignedBehavior()
Query pro AV video unassigned behavior.
- Since
- 6.5.0
- Zoom Rooms minimum version
- 6.5.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetProAVVideoOverlaySettings()
Query pro AV video overlay settings.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
Register pro AV service callback sink.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
pSink | A pointer to the IProAVServiceSink that receives the premeeting service callback. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetProAVUnassignedBehavior()
Set pro AV video unassigned behavior.
- Since
- 6.5.0
- Zoom Rooms minimum version
- 6.5.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetProAVVideoNameStrapPosition()
Set pro AV video name strap position.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.2.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.