VideoFile.getParameterDescriptor Method¶
Module: VideoFile
Definition¶
Fetches the descriptor of a device parameter.
get_parameter_descriptor(self, parameter_name: str) -> DeviceParameterDescriptor
Parameters
parameter_name
strin The name of the parameter.
Returns
Outputs the parameter’s descriptor.
Exceptions
An error has occurred during Devices Library execution.
DeviceParameterDescriptor getParameterDescriptor(String? parameterName)
Parameters
parameterName
Stringin The name of the parameter.
Returns
Outputs the parameter’s descriptor.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterDescriptor GetParameterDescriptor(string parameterName)
Parameters
parameterName
stringin The name of the parameter.
Returns
Outputs the parameter’s descriptor.
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterDescriptor getParameterDescriptor(String parameterName) throws DevicesException
Parameters
parameterName
Stringin The name of the parameter.
Returns
Outputs the parameter’s descriptor.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFile_GetParameterDescriptor (
ID3_DEVICES_VIDEO_FILE hVideoFile,
const char * parameterName,
ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTOR hDescriptor)
Parameters
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.parameterName
const char *in The name of the parameter.hDescriptor
ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTORout Outputs the parameter’s descriptor.
Returns