VideoFile.deviceOpenedCallback Property

Module: VideoFile

Type: DeviceSelectedCallback

Definition

Callback that is called when a device is opened on this channel.

device_opened_callback: DeviceSelectedCallback

Exceptions

An error has occurred during Devices Library execution.
set deviceOpenedCallback(DeviceSelectedCallback value) => setDeviceOpenedCallback(value);

Exceptions

An error has occurred during Devices Library execution.
public DeviceSelectedCallback deviceOpenedCallback
{
    set => SetdeviceOpenedCallback(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public void setDeviceOpenedCallback(DeviceSelectedCallback deviceOpenedCallback) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFile_SetDeviceOpenedCallback (ID3_DEVICES_VIDEO_FILE hVideoFile, id3DevicesDeviceSelectedCallback deviceOpenedCallback, void * context)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.