NVIDIA DeepStream SDK API Reference

7.0 Release
deepstream_test5_app.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2019-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 __DEEPSTREAM_TEST5_APP_H__
14 #define __DEEPSTREAM_TEST5_APP_H__
15 
16 #include <gst/gst.h>
17 #include "deepstream_config.h"
18 
19 typedef struct
20 {
21  gint anomaly_count;
22  gint meta_number;
23  struct timespec timespec_first_frame;
24  GstClockTime gst_ts_first_frame;
25  GMutex lock_stream_rtcp_sr;
26  guint32 id;
27  gint frameCount;
28  GstClockTime last_ntp_time;
30 
31 typedef struct
32 {
34 } TestAppCtx;
35 
36 struct timespec extract_utc_from_uri (gchar * uri);
37 
38 #endif
deepstream_config.h
extract_utc_from_uri
struct timespec extract_utc_from_uri(gchar *uri)
DEEPSTREAM_TEST5_APP_H
StreamSourceInfo
Definition: deepstream_audio.h:98
TestAppCtx
Definition: deepstream_audio.h:110
MAX_SOURCE_BINS
#define MAX_SOURCE_BINS
Definition: deepstream_config.h:84