Write a YARP-format image and sound to a device. More...
#include <yarp/dev/IFrameWriterAudioVisual.h>
Public Member Functions | |
virtual | ~IFrameWriterAudioVisual () |
Destructor. More... | |
virtual bool | putAudioVisual (yarp::sig::ImageOf< yarp::sig::PixelRgb > &image, yarp::sig::Sound &sound)=0 |
Write an image and sound. More... | |
Write a YARP-format image and sound to a device.
Definition at line 26 of file IFrameWriterAudioVisual.h.
|
virtualdefault |
Destructor.
|
pure virtual |
Write an image and sound.
image | the image to be written |
sound | the sound to be written |
Implemented in FfmpegWriter.