YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
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
21
22namespace yarp::dev {
23
25{
26public:
31
32 virtual yarp::dev::ReturnValue hasAudio(bool& has) = 0;
33
34 virtual yarp::dev::ReturnValue hasVideo(bool& has) = 0;
35
36 virtual yarp::dev::ReturnValue hasRawVideo(bool& has) = 0;
37};
38
39} // namespace yarp::dev
40
41#endif // YARP_DEV_IAUDIOVISUALSTREAM_H
virtual yarp::dev::ReturnValue hasVideo(bool &has)=0
virtual yarp::dev::ReturnValue hasRawVideo(bool &has)=0
virtual yarp::dev::ReturnValue hasAudio(bool &has)=0
virtual ~IAudioVisualStream()
Destructor.
For streams capable of holding different kinds of content, check what they actually have.
#define YARP_dev_API
Definition api.h:18