|
|
NVIDIA DeepStream SDK API Reference5.0 Release |
Hold information about video recorded.
Definition at line 128 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... | |
| guint64 | duration |
| duration in milliseconds 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 141 of file gst-nvdssr.h.
| NvDsSRContext* NvDsSRRecordingInfo::ctx |
SR bin context.
Definition at line 131 of file gst-nvdssr.h.
| gchar* NvDsSRRecordingInfo::dirpath |
recorded file dir path
Definition at line 137 of file gst-nvdssr.h.
| guint64 NvDsSRRecordingInfo::duration |
duration in milliseconds
Definition at line 139 of file gst-nvdssr.h.
| gchar* NvDsSRRecordingInfo::filename |
recorded file name
Definition at line 135 of file gst-nvdssr.h.
| guint NvDsSRRecordingInfo::height |
recorded video height
Definition at line 145 of file gst-nvdssr.h.
| NvDsSRSessionId NvDsSRRecordingInfo::sessionId |
recording session-id
Definition at line 133 of file gst-nvdssr.h.
| guint NvDsSRRecordingInfo::width |
recorded video width
Definition at line 143 of file gst-nvdssr.h.