NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsServerEncInfo Struct Reference

Detailed Description

Definition at line 209 of file includes/nvds_rest_server.h.

Collaboration diagram for NvDsServerEncInfo:

Data Fields

std::string root_key
 
std::string stream_id
 
guint bitrate
 
gboolean force_idr
 
gboolean force_intra
 
guint iframeinterval
 
NvDsServerEncStatus status
 
NvDsServerEncPropFlag enc_flag
 
std::string enc_log
 
std::string uri
 
NvDsServerErrorInfo err_info
 

Field Documentation

◆ bitrate

guint NvDsServerEncInfo::bitrate

Definition at line 213 of file includes/nvds_rest_server.h.

◆ enc_flag

NvDsServerEncPropFlag NvDsServerEncInfo::enc_flag

Definition at line 218 of file includes/nvds_rest_server.h.

◆ enc_log

std::string NvDsServerEncInfo::enc_log

Definition at line 219 of file includes/nvds_rest_server.h.

◆ err_info

NvDsServerErrorInfo NvDsServerEncInfo::err_info

Definition at line 221 of file includes/nvds_rest_server.h.

◆ force_idr

gboolean NvDsServerEncInfo::force_idr

Definition at line 214 of file includes/nvds_rest_server.h.

◆ force_intra

gboolean NvDsServerEncInfo::force_intra

Definition at line 215 of file includes/nvds_rest_server.h.

◆ iframeinterval

guint NvDsServerEncInfo::iframeinterval

Definition at line 216 of file includes/nvds_rest_server.h.

◆ root_key

std::string NvDsServerEncInfo::root_key

Definition at line 211 of file includes/nvds_rest_server.h.

◆ status

NvDsServerEncStatus NvDsServerEncInfo::status

Definition at line 217 of file includes/nvds_rest_server.h.

◆ stream_id

std::string NvDsServerEncInfo::stream_id

Definition at line 212 of file includes/nvds_rest_server.h.

◆ uri

std::string NvDsServerEncInfo::uri

Definition at line 220 of file includes/nvds_rest_server.h.


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