Definition at line 166 of file includes/nvds_rest_server.h.
Data Fields | |
std::string | root_key |
std::string | stream_id |
guint | drop_frame_interval |
guint | skip_frames |
gboolean | low_latency_mode |
NvDsDecStatus | status |
NvDsDecPropFlag | dec_flag |
std::string | dec_log |
NvDsDecPropFlag NvDsDecInfo::dec_flag |
Definition at line 174 of file includes/nvds_rest_server.h.
std::string NvDsDecInfo::dec_log |
Definition at line 175 of file includes/nvds_rest_server.h.
guint NvDsDecInfo::drop_frame_interval |
Definition at line 170 of file includes/nvds_rest_server.h.
gboolean NvDsDecInfo::low_latency_mode |
Definition at line 172 of file includes/nvds_rest_server.h.
std::string NvDsDecInfo::root_key |
Definition at line 168 of file includes/nvds_rest_server.h.
guint NvDsDecInfo::skip_frames |
Definition at line 171 of file includes/nvds_rest_server.h.
NvDsDecStatus NvDsDecInfo::status |
Definition at line 173 of file includes/nvds_rest_server.h.
std::string NvDsDecInfo::stream_id |
Definition at line 169 of file includes/nvds_rest_server.h.