11 #ifndef YARP_THRIFT_GENERATOR_STRUCT_AUDIOBUFFERSIZEDATA_H
12 #define YARP_THRIFT_GENERATOR_STRUCT_AUDIOBUFFERSIZEDATA_H
26 std::int32_t m_samples{0};
27 std::int32_t m_channels{0};
28 std::int32_t m_depth{0};
36 const std::int32_t m_channels,
37 const std::int32_t m_depth,
38 const std::int32_t size);
yarp::os::idl::Unwrapped< audioBufferSizeData > unwrapped
audioBufferSizeData()=default
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)