Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IProAVService.h File Reference

Entrance of all the Pro AV Service. More...

#include "ZRCSDKTypes.h"

Go to the source code of this file.

Data Structures

struct  ProAVVideoOverlaySettings
 Pro AV video overlay settings. More...
 
struct  ProAVUnassignedBehavior
 Pro AV unassigned behavior. More...
 
class  IProAVServiceSink
 Pro AV Service event callback. More...
 
class  IProAVService
 Pro AV service interface. More...
 

Enumerations

enum  ProAVVideoNameStrapPosition { ProAVVideoNameStrapPositionUnknown = -1 , ProAVVideoNameStrapPositionLeft = 0 , ProAVVideoNameStrapPositionCenter = 1 , ProAVVideoNameStrapPositionRight = 2 }
 Pro AV video overlay name strap position. Here are more detailed structural descriptions. More...
 
enum  ProAVUnassignedBehaviorType { ProAVUnassignedBehaviorTypeOff = 0 , ProAVUnassignedBehaviorTypeWallpaper = 1 }
 Pro AV unassigned behavior type. Here are more detailed structural descriptions. More...
 
enum  ProAVWallpaperRoomType { ProAVWallpaperRoomTypeNone = -1 , ProAVWallpaperRoomTypeMain = 0 , ProAVWallpaperRoomTypeCZR = 1 , ProAVWallpaperRoomTypeCWB = 2 }
 Pro AV wallpaper room type. Here are more detailed structural descriptions. More...
 

Detailed Description

Entrance of all the Pro AV Service.

Since
Added in ZRC SDK 6.1.0

Definition in file IProAVService.h.

Enumeration Type Documentation

◆ ProAVUnassignedBehaviorType

Pro AV unassigned behavior type. Here are more detailed structural descriptions.

Enumerator
ProAVUnassignedBehaviorTypeOff 

Off.

ProAVUnassignedBehaviorTypeWallpaper 

Wallpaper.

Definition at line 30 of file IProAVService.h.

31{
34};
@ ProAVUnassignedBehaviorTypeOff
Off.
@ ProAVUnassignedBehaviorTypeWallpaper
Wallpaper.

◆ ProAVVideoNameStrapPosition

Pro AV video overlay name strap position. Here are more detailed structural descriptions.

Enumerator
ProAVVideoNameStrapPositionUnknown 

Unknown.

ProAVVideoNameStrapPositionLeft 

Left.

ProAVVideoNameStrapPositionCenter 

Center.

ProAVVideoNameStrapPositionRight 

Right.

Definition at line 17 of file IProAVService.h.

18{
23};
@ ProAVVideoNameStrapPositionRight
Right.
@ ProAVVideoNameStrapPositionLeft
Left.
@ ProAVVideoNameStrapPositionUnknown
Unknown.
@ ProAVVideoNameStrapPositionCenter
Center.

◆ ProAVWallpaperRoomType

Pro AV wallpaper room type. Here are more detailed structural descriptions.

Enumerator
ProAVWallpaperRoomTypeNone 

None.

ProAVWallpaperRoomTypeMain 

Main Zoom Rooms wallpaper.

ProAVWallpaperRoomTypeCZR 

Companion Zoom Rooms wallpaper.

ProAVWallpaperRoomTypeCWB 

Companion Whiteboard wallpaper.

Definition at line 40 of file IProAVService.h.

41{
46};
@ ProAVWallpaperRoomTypeCWB
Companion Whiteboard wallpaper.
@ ProAVWallpaperRoomTypeNone
None.
@ ProAVWallpaperRoomTypeCZR
Companion Zoom Rooms wallpaper.
@ ProAVWallpaperRoomTypeMain
Main Zoom Rooms wallpaper.