foobar2000 SDK  2015-08-03
Data Structures | Functions
replaygain.h File Reference

Go to the source code of this file.

Data Structures

class  replaygain_manager
 
struct  t_replaygain_config
 

Functions

 FB2K_STREAM_READER_OVERLOAD (t_replaygain_config)
 
 FB2K_STREAM_WRITER_OVERLOAD (t_replaygain_config)
 

Function Documentation

FB2K_STREAM_READER_OVERLOAD ( t_replaygain_config  )

Definition at line 39 of file replaygain.h.

39  {
40  return stream >> value.m_source_mode >> value.m_processing_mode >> value.m_preamp_with_rg >> value.m_preamp_without_rg;
41 }
FB2K_STREAM_WRITER_OVERLOAD ( t_replaygain_config  )

Definition at line 42 of file replaygain.h.

42  {
43  return stream << value.m_source_mode << value.m_processing_mode << value.m_preamp_with_rg << value.m_preamp_without_rg;
44 }