2005-10-31, 01:12 PM
Hi,
i'm writing a plugin for a capture source. My config class implements the "IRecordingSourceConfiguration" interface.
There are three methods to manage the settings of the capture source: "Save", "Load" and "Delete". Two of them, "Save" and "Delete", provide a database connection as parameter, but "Load" doesn't?
Maybe I misinterpret the interface, but I have created a new table in the database (similar to BDA_RECORDING_SOURCE and GO7007SB_RECORDING_SOURCE), where I store the settings and values specific to my capture source. Storing works fine, but now I came to the point that those values need to be read out again from the database.
So, my question is, if it is intented to save and load the configuration for an external capture source in the database or not?
-alibert
i'm writing a plugin for a capture source. My config class implements the "IRecordingSourceConfiguration" interface.
There are three methods to manage the settings of the capture source: "Save", "Load" and "Delete". Two of them, "Save" and "Delete", provide a database connection as parameter, but "Load" doesn't?
Maybe I misinterpret the interface, but I have created a new table in the database (similar to BDA_RECORDING_SOURCE and GO7007SB_RECORDING_SOURCE), where I store the settings and values specific to my capture source. Storing works fine, but now I came to the point that those values need to be read out again from the database.
So, my question is, if it is intented to save and load the configuration for an external capture source in the database or not?
-alibert