Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
IProAVServiceSink Class Referenceabstract

Pro AV Service event callback. More...

#include <IProAVService.h>

Public Member Functions

virtual ~IProAVServiceSink ()
 
virtual void OnProAVVideoOverlaySettingsNotification (const ProAVVideoOverlaySettings &settings)=0
 Pro AV video overlay setting notification callback.
 
virtual void OnProAVUnassignedBehaviorNotification (const ProAVUnassignedBehavior &behavior)=0
 Pro AV unassigned behavior notification callback.
 
virtual void OnProAVVideoLossBehaviorNotification (const ProAVVideoLossBehavior &behavior)=0
 Pro AV video loss behavior notification callback.
 

Detailed Description

Pro AV Service event callback.

Definition at line 106 of file IProAVService.h.

Constructor & Destructor Documentation

◆ ~IProAVServiceSink()

virtual IProAVServiceSink::~IProAVServiceSink ( )
inlinevirtual

Definition at line 109 of file IProAVService.h.

109{}

Member Function Documentation

◆ OnProAVUnassignedBehaviorNotification()

virtual void IProAVServiceSink::OnProAVUnassignedBehaviorNotification ( const ProAVUnassignedBehavior behavior)
pure virtual

Pro AV unassigned behavior notification callback.

Since
6.5.0
Zoom Rooms minimum version
6.5.0
Parameters
behaviorpro AV unassigned behavior settings, see ProAVVideoOverlaySettings struct.

◆ OnProAVVideoLossBehaviorNotification()

virtual void IProAVServiceSink::OnProAVVideoLossBehaviorNotification ( const ProAVVideoLossBehavior behavior)
pure virtual

Pro AV video loss behavior notification callback.

Since
6.6.0
Zoom Rooms minimum version
6.6.0
Parameters
behaviorpro AV video loss behavior settings, see ProAVVideoLossBehavior struct.

◆ OnProAVVideoOverlaySettingsNotification()

virtual void IProAVServiceSink::OnProAVVideoOverlaySettingsNotification ( const ProAVVideoOverlaySettings settings)
pure virtual

Pro AV video overlay setting notification callback.

Since
6.2.0
Zoom Rooms minimum version
6.2.0
Parameters
settingspro AV video overlay settings, see ProAVVideoOverlaySettings struct.