NVIDIA DeepStream SDK API Reference
7.1 Release
nvstreammux_debug.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: Copyright (c) 2021-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
13
#ifndef __NVSTREAMMUX_DEBUG_H__
14
#define __NVSTREAMMUX_DEBUG_H__
15
16
class
INvStreammuxDebug
17
{
18
public
:
19
virtual
void
DebugPrint
(
const
char
* format, ... ) = 0;
20
};
21
22
#endif
INvStreammuxDebug::DebugPrint
virtual void DebugPrint(const char *format,...)=0
INvStreammuxDebug
Definition:
nvstreammux_debug.h:16
Advance Information | Subject to Change | Generated by NVIDIA | Mon Oct 14 2024 13:27:46 | PR-09318-R32