Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
ReplayGain Class Reference

#include <ReplayGain.h>

Classes

class  Info
 

Public Types

enum  Type { NONE = 0 , ALBUM , TRACK }
 

Public Member Functions

const InfoGet (Type aType) const
 
void Set (Type aType, const Info &aInfo)
 
void ParseGain (Type aType, const std::string &aStrGain)
 
void SetGain (Type aType, float aGain)
 
void ParsePeak (Type aType, const std::string &aStrPeak)
 
void SetPeak (Type aType, float aPeak)
 
std::string Get () const
 
void Set (const std::string &strReplayGain)
 

Member Enumeration Documentation

◆ Type

Enumerator
NONE 
ALBUM 
TRACK 

Member Function Documentation

◆ Get() [1/2]

std::string ReplayGain::Get ( ) const

◆ Get() [2/2]

const ReplayGain::Info & ReplayGain::Get ( Type aType) const

◆ ParseGain()

void ReplayGain::ParseGain ( Type aType,
const std::string & aStrGain )

◆ ParsePeak()

void ReplayGain::ParsePeak ( Type aType,
const std::string & aStrPeak )

◆ Set() [1/2]

void ReplayGain::Set ( const std::string & strReplayGain)

◆ Set() [2/2]

void ReplayGain::Set ( Type aType,
const Info & aInfo )

◆ SetGain()

void ReplayGain::SetGain ( Type aType,
float aGain )

◆ SetPeak()

void ReplayGain::SetPeak ( Type aType,
float aPeak )

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