MIRA
Public Member Functions | Public Attributes | List of all members
RecordedChannelInfo Class Reference

Contains all settings for a recorded channel like compression, codecs,... More...

#include <fw/TapeRecorder.h>

Inheritance diagram for RecordedChannelInfo:
Inheritance graph
[legend]

Public Member Functions

 RecordedChannelInfo ()
 
template<typename Reflector >
void reflect (Reflector &r)
 

Public Attributes

std::list< BinarySerializerCodecPtrcodecs
 
int compressionLevel
 
Duration interval
 
bool avoidDataLoss
 

Detailed Description

Contains all settings for a recorded channel like compression, codecs,...

Constructor & Destructor Documentation

◆ RecordedChannelInfo()

RecordedChannelInfo ( )
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ codecs

std::list<BinarySerializerCodecPtr> codecs

◆ compressionLevel

int compressionLevel

◆ interval

Duration interval

◆ avoidDataLoss

bool avoidDataLoss

The documentation for this class was generated from the following file: