|
|
NVIDIA DeepStream SDK API Reference5.0 Release |
Hold information about video recorded.
Definition at line 107 of file gst-nvdssr.h.

Data Fields | |
| NvDsSRContext * | ctx |
| SR bin context. More... | |
| NvDsSRSessionId | sessionId |
| recording session-id More... | |
| gchar * | filename |
| recorded file name More... | |
| gchar * | dirpath |
| recorded file dir path More... | |
| guint | duration |
| duration in seconds More... | |
| NvDsSRContainerType | containerType |
| recorded video container, MP4 / MKV More... | |
| guint | width |
| recorded video width More... | |
| guint | height |
| recorded video height More... | |
| NvDsSRContainerType NvDsSRRecordingInfo::containerType |
recorded video container, MP4 / MKV
Definition at line 120 of file gst-nvdssr.h.
| NvDsSRContext* NvDsSRRecordingInfo::ctx |
SR bin context.
Definition at line 110 of file gst-nvdssr.h.
| gchar* NvDsSRRecordingInfo::dirpath |
recorded file dir path
Definition at line 116 of file gst-nvdssr.h.
| guint NvDsSRRecordingInfo::duration |
duration in seconds
Definition at line 118 of file gst-nvdssr.h.
| gchar* NvDsSRRecordingInfo::filename |
recorded file name
Definition at line 114 of file gst-nvdssr.h.
| guint NvDsSRRecordingInfo::height |
recorded video height
Definition at line 124 of file gst-nvdssr.h.
| NvDsSRSessionId NvDsSRRecordingInfo::sessionId |
recording session-id
Definition at line 112 of file gst-nvdssr.h.
| guint NvDsSRRecordingInfo::width |
recorded video width
Definition at line 122 of file gst-nvdssr.h.