NVIDIA DeepStream SDK API Reference

6.4 Release
__StreamCtx Struct Reference

Detailed Description

Definition at line 99 of file deepstream_asr_tts_app.h.

Collaboration diagram for __StreamCtx:

Data Fields

gchar * uri
 
guint stream_id
 
guint has_audio
 
guint bus_id
 
GstElement * asr_pipeline
 
GstElement * input_downmixer
 
int eos_received
 
NvDsAudioConfig audio_config
 
FILE * FP_asr
 

Field Documentation

◆ asr_pipeline

GstElement * __StreamCtx::asr_pipeline

Definition at line 105 of file deepstream_asr_tts_app.h.

◆ audio_config

NvDsAudioConfig __StreamCtx::audio_config

Definition at line 108 of file deepstream_asr_tts_app.h.

◆ bus_id

guint __StreamCtx::bus_id

Definition at line 104 of file deepstream_asr_tts_app.h.

◆ eos_received

int __StreamCtx::eos_received

Definition at line 107 of file deepstream_asr_tts_app.h.

◆ FP_asr

FILE * __StreamCtx::FP_asr

Definition at line 109 of file deepstream_asr_tts_app.h.

◆ has_audio

guint __StreamCtx::has_audio

Definition at line 103 of file deepstream_asr_tts_app.h.

◆ input_downmixer

GstElement* __StreamCtx::input_downmixer

Definition at line 106 of file deepstream_asr_tts_app.h.

◆ stream_id

guint __StreamCtx::stream_id

Definition at line 102 of file deepstream_asr_tts_app.h.

◆ uri

gchar * __StreamCtx::uri

Definition at line 101 of file deepstream_asr_tts_app.h.


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