3#ifndef RAGE_SOUND_READER_EXTEND
4#define RAGE_SOUND_READER_EXTEND
6#include "RageSoundReader_Filter.h"
12 int SetPosition(
int iFrame)
override;
13 int Read(
float* pBuffer,
int iFrames)
override;
14 int GetNextSourceFrame()
const override;
15 bool SetProperty(
const std::string& sProperty,
float fValue)
override;
24 int GetEndFrame()
const;
25 int GetData(
float* pBuffer,
int iFrames);
27 int m_iPositionFrames;
40 bool m_bIgnoreFadeInFrames;
Definition RageSoundReader_Extend.h:9
Definition RageSoundReader_Filter.h:10
Definition RageSoundReader.h:7