NVIDIA DeepStream SDK API Reference
9.0 Release
9.0/sources/apps/audio_apps/deepstream_asr_tts_app/deepstream_asr_tts_config_file_parser.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 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
14
#ifndef __CONFIG_FILE_PARSER_H_
15
#define __CONFIG_FILE_PARSER_H_
16
17
#include <glib.h>
18
#include <stdio.h>
19
20
typedef
struct
__NvDsAudioConfig
21
{
22
const
char
*
asr_output_file_name
;
23
}
NvDsAudioConfig
;
24
25
26
typedef
struct
__NvDsAppConfig
27
{
28
gboolean
sync
;
29
}
NvDsAppConfig
;
30
31
32
#endif
NvDsAudioConfig
struct __NvDsAudioConfig NvDsAudioConfig
__NvDsAudioConfig::asr_output_file_name
const char * asr_output_file_name
Definition:
sources/apps/audio_apps/deepstream_asr_app/deepstream_asr_config_file_parser.h:22
__NvDsAppConfig::sync
gboolean sync
Definition:
sources/apps/audio_apps/deepstream_asr_app/deepstream_asr_config_file_parser.h:29
__NvDsAppConfig
Definition:
sources/apps/audio_apps/deepstream_asr_app/deepstream_asr_config_file_parser.h:27
__NvDsAudioConfig
Definition:
sources/apps/audio_apps/deepstream_asr_app/deepstream_asr_config_file_parser.h:19
NvDsAppConfig
struct __NvDsAppConfig NvDsAppConfig
Privacy Policy
|
Manage My Privacy
|
Do Not Sell or Share My Data
|
Terms of Service
|
Accessibility
|
Corporate Policies
|
Product Security
|
Contact
© 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
NVIDIA Confidential | Subject to Change | For test and development only.
Fri Mar 20 2026 14:36:58 | PR-09318-R32