VideoFile.getParameterNameList Method¶
Module: VideoFile
Definition¶
Retrieves names of all supported parameters, optionally filtered by category.
get_parameter_name_list(self, category: str=None) -> StringList
Parameters
category
strin Optional category to filter the parameter names.
Returns
Outputs the list of parameter names.
Exceptions
An error has occurred during Devices Library execution.
StringList getParameterNameList(String? category)
Parameters
category
Stringin Optional category to filter the parameter names.
Returns
Outputs the list of parameter names.
Exceptions
An error has occurred during Devices Library execution.
public StringList GetParameterNameList(string category=null)
Parameters
category
stringin Optional category to filter the parameter names.
Returns
Outputs the list of parameter names.
Exceptions
An error has occurred during Devices Library execution.
public StringList getParameterNameList(String category) throws DevicesException
Parameters
category
Stringin Optional category to filter the parameter names.
Returns
Outputs the list of parameter names.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFile_GetParameterNameList (
ID3_DEVICES_VIDEO_FILE hVideoFile,
const char * category,
ID3_DEVICES_STRING_LIST hParameterList)
Parameters
hVideoFile
ID3_DEVICES_VIDEO_FILEin Handle to the VideoFile object.category
const char *in Optional category to filter the parameter names.hParameterList
ID3_DEVICES_STRING_LISTout Outputs the list of parameter names.
Returns