11#ifndef YARP_THRIFT_GENERATOR_STRUCT_AUDIOPLAYERSTATUS_H
12#define YARP_THRIFT_GENERATOR_STRUCT_AUDIOPLAYERSTATUS_H
39 size_t current_buffer_size{0};
43 size_t max_buffer_size{0};
50 const size_t current_buffer_size,
51 const size_t max_buffer_size);
AudioPlayerStatus: A class used to describe the status of an audio player device.
AudioPlayerStatus()=default
yarp::os::idl::Unwrapped< AudioPlayerStatus > unwrapped
An interface for reading from a network connection.
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.
std::string toString(const T &value)
convert an arbitrary type to string.
For streams capable of holding different kinds of content, check what they actually have.
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)