NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsSRRecordingInfo Struct Reference

Detailed Description

Hold information about video recorded.

Definition at line 128 of file gst-nvdssr.h.

Collaboration diagram for NvDsSRRecordingInfo:

Data Fields

NvDsSRContextctx
 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...
 

Field Documentation

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.


The documentation for this struct was generated from the following file: