Frameset.options Property¶
Module: Frameset
Type: DeviceParameterList
Definition¶
Contains adjustable parameters or settings applicable to the frameset, facilitating customization and optimization of processing.
options: DeviceParameterList
Exceptions
An error has occurred during Devices Library execution.
DeviceParameterList get options => getOptions();
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterList options
{
get => Getoptions();
}
Exceptions
An error has occurred during Devices Library execution.
public DeviceParameterList getOptions() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesFrameset_GetOptions (ID3_DEVICES_FRAMESET hFrameset, ID3_DEVICES_DEVICE_PARAMETER_LIST hOptions)
Returns