Frameset.process Method¶
Module: Frameset
Definition¶
Applies processing to the frameset using the provided arguments, allowing for complex manipulation or analysis.
process(self, arg: str) -> None
Parameters
arg
strin The processing arguments, specified as a string.
Exceptions
An error has occurred during Devices Library execution.
void process(String? arg)
Parameters
arg
Stringin The processing arguments, specified as a string.
Exceptions
An error has occurred during Devices Library execution.
public void Process(string arg)
Parameters
arg
stringin The processing arguments, specified as a string.
Exceptions
An error has occurred during Devices Library execution.
public void process(String arg) throws DevicesException
Parameters
arg
Stringin The processing arguments, specified as a string.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesFrameset_Process (
ID3_DEVICES_FRAMESET hFrameset,
const char * arg)
Parameters
hFrameset
ID3_DEVICES_FRAMESETin Handle to the Frameset object.arg
const char *in The processing arguments, specified as a string.
Returns