foobar2000 SDK  2015-01-14
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 32 of file replaygain.h.

32  {
33  return stream >> value.m_source_mode >> value.m_processing_mode >> value.m_preamp_with_rg >> value.m_preamp_without_rg;
34 }
FB2K_STREAM_WRITER_OVERLOAD ( t_replaygain_config  )

Definition at line 35 of file replaygain.h.

35  {
36  return stream << value.m_source_mode << value.m_processing_mode << value.m_preamp_with_rg << value.m_preamp_without_rg;
37 }