ScummVM API documentation
Audio::SoundHandle Class Reference

#include <mixer.h>

Public Member Functions

bool operator== (const SoundHandle &h) const
 
bool operator!= (const SoundHandle &h) const
 

Detailed Description

A SoundHandle instance corresponds to a specific sound being played using the mixer. It can be used to control that sound (pause it, stop it, etc.).

See also
Mixer

Member Function Documentation

◆ operator==()

bool Audio::SoundHandle::operator== ( const SoundHandle h) const
inline

Determine whether two handles are the same.

◆ operator!=()

bool Audio::SoundHandle::operator!= ( const SoundHandle h) const
inline

Determine whether two handles are not the same.


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