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
strin 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
Stringin 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
stringin 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
Stringin 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
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.parameterName
const char *in The parameter to query.value
int *out Outputs the integer value of the parameter.
Returns