fix comments
This commit is contained in:
@@ -34,9 +34,9 @@ public:
|
|||||||
void SetPrefs(float MixVol);
|
void SetPrefs(float MixVol);
|
||||||
|
|
||||||
void Update(float delta);
|
void Update(float delta);
|
||||||
void StartMixing( RageSoundBase *snd ); /* used by RageSoundBase */
|
void StartMixing( RageSoundBase *snd ); /* used by RageSound */
|
||||||
void StopMixing( RageSoundBase *snd ); /* used by RageSoundBase */
|
void StopMixing( RageSoundBase *snd ); /* used by RageSound */
|
||||||
int GetPosition( const RageSoundBase *snd ) const; /* used by RageSoundBase */
|
int GetPosition( const RageSoundBase *snd ) const; /* used by RageSound */
|
||||||
float GetPlayLatency() const;
|
float GetPlayLatency() const;
|
||||||
int GetDriverSampleRate( int rate ) const;
|
int GetDriverSampleRate( int rate ) const;
|
||||||
const set<RageSound *> &GetPlayingSounds() const { return playing_sounds; }
|
const set<RageSound *> &GetPlayingSounds() const { return playing_sounds; }
|
||||||
|
|||||||
Reference in New Issue
Block a user