Zoom Rooms Controller SDK Reference 6.5.0
|
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... | |
Pro AV unassigned behavior type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
ProAVUnassignedBehaviorTypeOff | Off. |
ProAVUnassignedBehaviorTypeWallpaper | Wallpaper. |
Definition at line 30 of file IProAVService.h.
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.
Pro AV wallpaper room type. Here are more detailed structural descriptions.
Definition at line 40 of file IProAVService.h.