YARP
Yet Another Robot Platform
IAudioVisualStream.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
15 #ifndef YARP_DEV_IAUDIOVISUALSTREAM_H
16 #define YARP_DEV_IAUDIOVISUALSTREAM_H
17 
18 #include <yarp/dev/api.h>
19 
20 namespace yarp {
21 namespace dev {
22 
24 {
25 public:
30 
31  virtual bool hasAudio() = 0;
32 
33  virtual bool hasVideo() = 0;
34 
35  virtual bool hasRawVideo() {
36  return hasVideo();
37  }
38 };
39 
40 } // namespace dev
41 } // namespace yarp
42 
43 #endif // YARP_DEV_IAUDIOVISUALSTREAM_H
virtual ~IAudioVisualStream()
Destructor.
The main, catch-all namespace for YARP.
Definition: dirs.h:16
#define YARP_dev_API
Definition: api.h:18