9 ofile =
new std::ofstream(filename());
10 if (!ofile->is_open()) {
14 log->info(0,
"GstreamerJSROFactory: opened file " + filename());
19 if (ofile->is_open()) { ofile->close(); }
21 if (ofile->is_open()) {
std::shared_ptr< GLogger > log
virtual bool closeConnectionImpl()
Plugin-specific close implementation hook.
virtual bool openConnection()
Open the output medium used by this streamer.
Shared constants and error codes for the gstreamer module.
JLAB SRO binary frame streamer declarations.
constexpr int ERR_CANTOPENOUTPUT
Output medium could not be opened successfully.