VideoFile.parameterCategoryList Property¶
Module: VideoFile
Type: StringList
Definition¶
Lists categories of parameters relevant to the device.
parameter_category_list: StringList
Exceptions
An error has occurred during Devices Library execution.
StringList get parameterCategoryList => getParameterCategoryList();
Exceptions
An error has occurred during Devices Library execution.
public StringList parameterCategoryList
{
get => GetparameterCategoryList();
}
Exceptions
An error has occurred during Devices Library execution.
public StringList getParameterCategoryList() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFile_GetParameterCategoryList (ID3_DEVICES_VIDEO_FILE hVideoFile, ID3_DEVICES_STRING_LIST hParameterCategoryList)
Returns