VideoFile.getParameterValueInt Method

Module: VideoFile

Definition

Gets the integer value of a device parameter.

get_parameter_value_int(self, parameter_name: str) -> int

Parameters

parameter_name str
in The parameter to query.

Returns

int
Outputs the integer value of the parameter.

Exceptions

An error has occurred during Devices Library execution.
int getParameterValueInt(String? parameterName)

Parameters

parameterName String
in The parameter to query.

Returns

int
Outputs the integer value of the parameter.

Exceptions

An error has occurred during Devices Library execution.
public int GetParameterValueInt(string parameterName)

Parameters

parameterName string
in The parameter to query.

Returns

int
Outputs the integer value of the parameter.

Exceptions

An error has occurred during Devices Library execution.
public int getParameterValueInt(String parameterName) throws DevicesException

Parameters

parameterName String
in The parameter to query.

Returns

int
Outputs the integer value of the parameter.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFile_GetParameterValueInt (
    ID3_DEVICES_VIDEO_FILE hVideoFile,
    const char * parameterName,
    int * value)

Parameters

in Handle to the VideoFile object.

parameterName const char *
in The parameter to query.

value int *
out Outputs the integer value of the parameter.

Returns

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