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.

value: int

Exceptions

An error has occurred during Devices Library execution.
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

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