NVIDIA DeepStream SDK API Reference

8.0 Release
9.0/service-maker/includes/pad.hpp
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2024 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 
18 #ifndef NVIDIA_DEEPSTREAM_PAD
19 #define NVIDIA_DEEPSTREAM_PAD
20 
21 #include "object.hpp"
22 
23 namespace deepstream {
24 
33 class Pad : public Object {
34 public:
36  Pad();
38  Pad(bool is_input, const std::string& name = std::string());
40  Pad(const Object&);
42  Pad(Object&&);
43 
44 };
45 }
46 
47 #endif
object.hpp
deepstream
Definition: service-maker/includes/buffer.hpp:33
deepstream::Object::Object
Object()
Constructor of a void object.
deepstream::Pad::Pad
Pad()
empty constructor