Frameset Class¶
Namespace: id3.Devices
Definition¶
Properties¶
Name |
Type |
Description |
|---|---|---|
(C++) Specifies a callback function to be invoked in response to certain events or conditions within the frameset lifecycle. |
||
int |
(C++) Identifies the device from which the frameset originates, intended primarily for plugin usage. |
|
Contains adjustable parameters or settings applicable to the frameset, facilitating customization and optimization of processing. |
||
Stores the primary frame of the set, allowing for direct manipulation and analysis. |
Methods¶
Name |
Description |
|---|---|
Removes all options currently set on the frameset, resetting it to a default state. |
|
Performs an operation specified by the command string, enabling dynamic interaction with the frameset. |
|
Retrieves a specific frame from the frameset, identified by the stream name. |
|
Applies processing to the frameset using the provided arguments, allowing for complex manipulation or analysis. |