NVIDIA DeepStream SDK API Reference
9.0 Release
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
;
28
}
NvDsAudioClassifierBin
;
29
42
gboolean
create_audio_classifier_bin
(
NvDsGieConfig
*config,
43
NvDsAudioClassifierBin
*bin);
44
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#endif
deepstream_gie.h
NvDsAudioClassifierBin
Definition:
sources/apps/apps-common/includes/deepstream_audio_classifier.h:23
NvDsAudioClassifierBin::classifier
GstElement * classifier
Definition:
sources/apps/apps-common/includes/deepstream_audio_classifier.h:27
NvDsAudioClassifierBin::bin
GstElement * bin
Definition:
sources/apps/apps-common/includes/deepstream_audio_classifier.h:25
NvDsGieConfig
Definition:
sources/apps/apps-common/includes/deepstream_gie.h:35
NvDsAudioClassifierBin::queue
GstElement * queue
Definition:
sources/apps/apps-common/includes/deepstream_audio_classifier.h:26
create_audio_classifier_bin
gboolean create_audio_classifier_bin(NvDsGieConfig *config, NvDsAudioClassifierBin *bin)
Initialize NvDsAudioClassifierBin.
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