HWIO helper event callback.
More...
#include <IHWIOHelper.h>
HWIO helper event callback.
Definition at line 379 of file IHWIOHelper.h.
◆ ~IHWIOHelperSink()
virtual IHWIOHelperSink::~IHWIOHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnHWIOAssignDeviceResult()
virtual void IHWIOHelperSink::OnHWIOAssignDeviceResult |
( |
int32_t |
result, |
|
|
const HWIOAssignDeviceInfo & |
assignDeviceInfo |
|
) |
| |
|
pure virtual |
HWIO assign device notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
◆ OnHWIOConfigureDeviceResult()
virtual void IHWIOHelperSink::OnHWIOConfigureDeviceResult |
( |
int32_t |
result, |
|
|
const HWIODeviceConfiguration & |
configuration |
|
) |
| |
|
pure virtual |
HWIO configure device notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
◆ OnHWIODeviceUpdated()
virtual void IHWIOHelperSink::OnHWIODeviceUpdated |
( |
const HWIODeviceUpdate & |
deviceUpdate | ) |
|
|
pure virtual |
HWIO device update notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
- Changelog
- 6.6.0: Added deviceID and channelID fields to update specific channel information.
- 6.6.0: Added activityStatus field to notify channel activity status changes.
- 6.6.0: Added detectedInputSignal field to notify channel detected input signal changes.
◆ OnHWIOListDevicesResult()
virtual void IHWIOHelperSink::OnHWIOListDevicesResult |
( |
int32_t |
result, |
|
|
const HWIOInfo & |
info |
|
) |
| |
|
pure virtual |
HWIO list device notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
◆ OnHWIOServiceStatusUpdated()
virtual void IHWIOHelperSink::OnHWIOServiceStatusUpdated |
( |
bool |
isServiceAvailable, |
|
|
bool |
isFeatureAllowed |
|
) |
| |
|
pure virtual |
HWIO service status update notification.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Parameters
-
isServiceAvailable | TRUE indicates the Zoom Rooms HWIO service is available. Otherwise not. |
isFeatureAllowed | TRUE indicates "Enable Custom AV input and output devices" in Zoom Web Portal is enabled. Otherwise not. |
- Changelog
- 6.6.0: Add isFeatureAllowed field to indicate the Web Portal feature status.
◆ OnHWIOSetInputSignalDetectionResult()
virtual void IHWIOHelperSink::OnHWIOSetInputSignalDetectionResult |
( |
int32_t |
result, |
|
|
const HWIOInputSignalDetection & |
signalDetection |
|
) |
| |
|
pure virtual |
HWIO set input signal detection result notification.
- Since
- 6.6.0
- Zoom Rooms minimum version
- 6.6.0
- Parameters
-
◆ OnHWIOSetVideoConvertPreferenceResult()
virtual void IHWIOHelperSink::OnHWIOSetVideoConvertPreferenceResult |
( |
int32_t |
result, |
|
|
const HWIOVideoConvertPreference & |
preference |
|
) |
| |
|
pure virtual |
HWIO set video convert preference notification.
- Since
- 6.4.0
- Zoom Rooms minimum version
- 6.4.0
- Parameters
-