ExtendedCamera.videoFormat Property¶
Module: ExtendedCamera
Type: int
Definition¶
Sets or gets the current video format.
video_format: int
Exceptions
An error has occurred during Devices Library execution.
int get videoFormat => getVideoFormat();
set videoFormat(int value) => setVideoFormat(value);
Exceptions
An error has occurred during Devices Library execution.
public int videoFormat
{
get => GetvideoFormat();
set => SetvideoFormat(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public int getVideoFormat() throws DevicesException
public void setVideoFormat(int videoFormat) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetVideoFormat (ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera, int * videoFormat)
int id3DevicesExtendedCamera_SetVideoFormat (ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera, int videoFormat)
Returns