NVIDIA DeepStream SDK API Reference

7.1 Release
deepstream_test4_yml_parse.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2018-2023 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 #ifndef _DS_TEST4_YAML_PARSER_H_
13 #define _DS_TEST4_YAML_PARSER_H_
14 
15 #include <gst/gst.h>
16 
17 G_BEGIN_DECLS
18 guint ds_test4_parse_meta_type(gchar *cfg_file_path, const char* group);
19 G_END_DECLS
20 
21 #endif
ds_test4_parse_meta_type
G_BEGIN_DECLS guint ds_test4_parse_meta_type(gchar *cfg_file_path, const char *group)