VideoFormat.value Property¶
Module: VideoFormat
Type: int
Definition¶
Represents the video format using an internal code specific to the device
This code is used programmatically to select or query the video format in the device’s firmware or software drivers.
int get value => getValue();
set value(int value) => setValue(value);
Exceptions
An error has occurred during Devices Library execution.
public int value
{
get => Getvalue();
set => Setvalue(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public int getValue() throws DevicesException
public void setValue(int value) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFormat_GetValue (ID3_DEVICES_VIDEO_FORMAT hVideoFormat, int * value)
int id3DevicesVideoFormat_SetValue (ID3_DEVICES_VIDEO_FORMAT hVideoFormat, int value)
Returns