NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsSinkEncoderConfig Struct Reference

Detailed Description

Definition at line 76 of file deepstream_sinks.h.

Data Fields

NvDsSinkType type
 
NvDsContainerType container
 
NvDsEncoderType codec
 
NvDsEncHwSwType enc_type
 
gint bitrate
 
guint profile
 
gint sync
 
gchar * output_file_path
 
guint gpu_id
 
guint rtsp_port
 
guint udp_port
 
guint64 udp_buffer_size
 
guint iframeinterval
 
guint copy_meta
 
NvDsEncOutputIOMode output_io_mode
 
gint sw_preset
 

Field Documentation

◆ bitrate

gint NvDsSinkEncoderConfig::bitrate

Definition at line 82 of file deepstream_sinks.h.

◆ codec

NvDsEncoderType NvDsSinkEncoderConfig::codec

Definition at line 80 of file deepstream_sinks.h.

◆ container

NvDsContainerType NvDsSinkEncoderConfig::container

Definition at line 79 of file deepstream_sinks.h.

◆ copy_meta

guint NvDsSinkEncoderConfig::copy_meta

Definition at line 91 of file deepstream_sinks.h.

◆ enc_type

NvDsEncHwSwType NvDsSinkEncoderConfig::enc_type

Definition at line 81 of file deepstream_sinks.h.

◆ gpu_id

guint NvDsSinkEncoderConfig::gpu_id

Definition at line 86 of file deepstream_sinks.h.

◆ iframeinterval

guint NvDsSinkEncoderConfig::iframeinterval

Definition at line 90 of file deepstream_sinks.h.

◆ output_file_path

gchar* NvDsSinkEncoderConfig::output_file_path

Definition at line 85 of file deepstream_sinks.h.

◆ output_io_mode

NvDsEncOutputIOMode NvDsSinkEncoderConfig::output_io_mode

Definition at line 92 of file deepstream_sinks.h.

◆ profile

guint NvDsSinkEncoderConfig::profile

Definition at line 83 of file deepstream_sinks.h.

◆ rtsp_port

guint NvDsSinkEncoderConfig::rtsp_port

Definition at line 87 of file deepstream_sinks.h.

◆ sw_preset

gint NvDsSinkEncoderConfig::sw_preset

Definition at line 93 of file deepstream_sinks.h.

◆ sync

gint NvDsSinkEncoderConfig::sync

Definition at line 84 of file deepstream_sinks.h.

◆ type

NvDsSinkType NvDsSinkEncoderConfig::type

Definition at line 78 of file deepstream_sinks.h.

◆ udp_buffer_size

guint64 NvDsSinkEncoderConfig::udp_buffer_size

Definition at line 89 of file deepstream_sinks.h.

◆ udp_port

guint NvDsSinkEncoderConfig::udp_port

Definition at line 88 of file deepstream_sinks.h.


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