csgo-2018-source/engine/audio/private/snd_wave_mixer_ps3_mp3.h

17 lines
483 B
C
Raw Permalink Normal View History

2021-07-24 21:11:47 -07:00
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=====================================================================================//
#ifndef SND_WAVE_MIXER_PS3_MP3_H
#define SND_WAVE_MIXER_PS3_MP3_H
#pragma once
class CAudioMixer;
class IWaveData;
CAudioMixer *CreatePs3Mp3Mixer( IWaveData *data, int initialStreamPosition, int skipInitialSamples, bool bUpdateDelayForChoreo );
#endif // SND_WAVE_MIXER_PS3_MP3_H