NVIDIA DeepStream SDK API Reference

9.0 Release
9.0/sources/apps/apps-common/includes/deepstream_audio_classifier.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2020 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 __NVGSTDS_AUDIO_CLASSIFIER_H__
14 #define __NVGSTDS_AUDIO_CLASSIFIER_H__
15 
16 #ifdef __cplusplus
17 extern "C"
18 {
19 #endif
20 
21 #include "deepstream_gie.h"
22 
23 typedef struct
24 {
25  GstElement *bin;
26  GstElement *queue;
27  GstElement *classifier;
29 
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif
NvDsAudioClassifierBin
Definition: sources/apps/apps-common/includes/deepstream_audio_classifier.h:23
deepstream_gie.h
create_audio_classifier_bin
gboolean create_audio_classifier_bin(NvDsGieConfig *config, NvDsAudioClassifierBin *bin)
Initialize NvDsAudioClassifierBin.
NvDsGieConfig
Definition: sources/apps/apps-common/includes/deepstream_gie.h:35