NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds initializtion paramerters required to create NvDsSRContext.
Definition at line 74 of file gst-nvdssr.h.
Data Fields | |
NvDsSRCallbackFunc | callback |
callback function gets called once recording is complete More... | |
NvDsSRContainerType | containerType |
recording video container, MP4 / MKV More... | |
guint | width |
optional, recording video width, 0 means no transcode More... | |
guint | height |
optional, recording video height, 0 means no transcode More... | |
gchar * | fileNamePrefix |
recorded file name prefix More... | |
gchar * | dirpath |
store recorded file under directory path More... | |
guint | defaultDuration |
default recording duration in seconds More... | |
union { | |
guint cacheSize | |
size of cache in seconds, applies to video and audio. More... | |
}; | |
union { ... } |
guint NvDsSRInitParams::cacheSize |
size of cache in seconds, applies to video and audio.
Definition at line 94 of file gst-nvdssr.h.
NvDsSRCallbackFunc NvDsSRInitParams::callback |
callback function gets called once recording is complete
Definition at line 77 of file gst-nvdssr.h.
NvDsSRContainerType NvDsSRInitParams::containerType |
recording video container, MP4 / MKV
Definition at line 79 of file gst-nvdssr.h.
guint NvDsSRInitParams::defaultDuration |
default recording duration in seconds
Definition at line 89 of file gst-nvdssr.h.
gchar* NvDsSRInitParams::dirpath |
store recorded file under directory path
Definition at line 87 of file gst-nvdssr.h.
gchar* NvDsSRInitParams::fileNamePrefix |
recorded file name prefix
Definition at line 85 of file gst-nvdssr.h.
guint NvDsSRInitParams::height |
optional, recording video height, 0 means no transcode
Definition at line 83 of file gst-nvdssr.h.
guint NvDsSRInitParams::width |
optional, recording video width, 0 means no transcode
Definition at line 81 of file gst-nvdssr.h.