NvDsSRRecordingInfo¶
-
struct
NvDsSRRecordingInfo
¶ Hold information about video recorded.
Public Members
-
NvDsSRContext *
ctx
¶ SR bin context.
-
NvDsSRSessionId
sessionId
¶ recording session-id
-
gchar *
filename
¶ recorded file name
-
gchar *
dirpath
¶ recorded file dir path
-
guint64
duration
¶ duration in milliseconds
-
NvDsSRContainerType
containerType
¶ recorded video container, MP4 / MKV
-
guint
width
¶ recorded video width
-
guint
height
¶ recorded video height
-
NvDsSRContext *