LogicalAudioSourcePlayInfoSerializer Class Reference
Serializer for components::LogicalAudioSourcePlayInfo object. More...
#include <LogicalAudio.hh>
Static Public Member Functions | |
static std::istream & | Deserialize (std::istream &_in, logical_audio::SourcePlayInfo &_playInfo) |
Deserialization for logical_audio::SourcePlayInfo. More... | |
static std::ostream & | Serialize (std::ostream &_out, const logical_audio::SourcePlayInfo &_playInfo) |
Serialization for logical_audio::SourcePlayInfo. More... | |
Detailed Description
Serializer for components::LogicalAudioSourcePlayInfo object.
Member Function Documentation
◆ Deserialize()
|
inlinestatic |
Deserialization for logical_audio::SourcePlayInfo.
- Parameters
-
[in] _in Input stream [out] _playInfo The object to populate
- Returns
- The stream
References SourcePlayInfo::playDuration, SourcePlayInfo::playing, and SourcePlayInfo::startTime.
◆ Serialize()
|
inlinestatic |
Serialization for logical_audio::SourcePlayInfo.
- Parameters
-
[out] _out Output stream [in] _playInfo Object for the stream
- Returns
- The stream
References seconds::count(), SourcePlayInfo::playDuration, SourcePlayInfo::playing, and SourcePlayInfo::startTime.
The documentation for this class was generated from the following file: