Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
ProAVVideoLossBehavior Struct Reference

Pro AV video loss behavior. More...

#include <IProAVService.h>

Data Fields

ProAVVideoLossBehaviorType behaviorType = ProAVVideoLossBehaviorTypeDefault
 Video loss behavior type, see ProAVVideoLossBehaviorType enum.
 
ProAVWallpaperRoomType wallpaperRoomType = ProAVWallpaperRoomTypeNone
 Wallpaper room type for Wallpaper behavior, see ProAVWallpaperRoomType enum.
 
uint32_t wallpaperIndex = 0
 Wallpaper index for Wallpaper behavior.
 

Detailed Description

Pro AV video loss behavior.

Definition at line 97 of file IProAVService.h.

Field Documentation

◆ behaviorType

ProAVVideoLossBehaviorType ProAVVideoLossBehavior::behaviorType = ProAVVideoLossBehaviorTypeDefault

Video loss behavior type, see ProAVVideoLossBehaviorType enum.

Definition at line 99 of file IProAVService.h.

◆ wallpaperIndex

uint32_t ProAVVideoLossBehavior::wallpaperIndex = 0

Wallpaper index for Wallpaper behavior.

Definition at line 101 of file IProAVService.h.

◆ wallpaperRoomType

ProAVWallpaperRoomType ProAVVideoLossBehavior::wallpaperRoomType = ProAVWallpaperRoomTypeNone

Wallpaper room type for Wallpaper behavior, see ProAVWallpaperRoomType enum.

Definition at line 100 of file IProAVService.h.