NVIDIA DeepStream SDK API Reference

7.1 Release
deepstream_asr_config_file_parser.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2020-2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
13 #ifndef __CONFIG_FILE_PARSER_H_
14 #define __CONFIG_FILE_PARSER_H_
15 
16 #include <glib.h>
17 #include <stdio.h>
18 
19 typedef struct __NvDsAudioConfig
20 {
21  gboolean enable_playback;
22  const char *asr_output_file_name;
23  gboolean sync;
25 
26 
27 typedef struct __NvDsAppConfig
28 {
29  gboolean sync;
31 
32 
33 #endif
NvDsAudioConfig
struct __NvDsAudioConfig NvDsAudioConfig
__NvDsAudioConfig::asr_output_file_name
const char * asr_output_file_name
Definition: deepstream_asr_tts_config_file_parser.h:22
__NvDsAppConfig::sync
gboolean sync
Definition: deepstream_asr_tts_config_file_parser.h:28
__NvDsAppConfig
Definition: deepstream_asr_tts_config_file_parser.h:26
__NvDsAudioConfig
Definition: deepstream_asr_tts_config_file_parser.h:20
NvDsAppConfig
struct __NvDsAppConfig NvDsAppConfig
__NvDsAudioConfig::enable_playback
gboolean enable_playback
Definition: deepstream_asr_config_file_parser.h:21
__NvDsAudioConfig::sync
gboolean sync
Definition: deepstream_asr_config_file_parser.h:23