VideoFile.setParameter Method¶
Module: VideoFile
Definition¶
Sets a device parameter’s value.
set_parameter(self, parameter_name: str, data: DeviceParameter) -> None
Parameters
parameter_name
strin The parameter to set.data
DeviceParameterin The value to set the parameter to.
Exceptions
An error has occurred during Devices Library execution.
void setParameter(String? parameterName, DeviceParameter data)
Parameters
parameterName
Stringin The parameter to set.data
DeviceParameterin The value to set the parameter to.
Exceptions
An error has occurred during Devices Library execution.
public void SetParameter(string parameterName, DeviceParameter data)
Parameters
parameterName
stringin The parameter to set.data
DeviceParameterin The value to set the parameter to.
Exceptions
An error has occurred during Devices Library execution.
public void setParameter(String parameterName, DeviceParameter data) throws DevicesException
Parameters
parameterName
Stringin The parameter to set.data
DeviceParameterin The value to set the parameter to.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFile_SetParameter (
ID3_DEVICES_VIDEO_FILE hVideoFile,
const char * parameterName,
ID3_DEVICES_DEVICE_PARAMETER hData)
Parameters
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.parameterName
const char *in The parameter to set.in The value to set the parameter to.
Returns