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

Field Documentation

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.


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