Aeon Engine c550894
AeonGames Open Source Game Engine
Loading...
Searching...
No Matches
AeonGames::OggSound Class Referencefinal

Sound implementation for OGG Vorbis audio files. More...

#include <C:/Code/AeonEngine/engine/sound/oggvorbis/OggSound.h>

Inheritance diagram for AeonGames::OggSound:
Inheritance graph
Collaboration diagram for AeonGames::OggSound:
Collaboration graph

Public Member Functions

 OggSound (const std::string &aFileName)
 Constructs an OggSound by loading from the specified file.
 ~OggSound () final
 Destructor.
Public Member Functions inherited from AeonGames::Sound
virtual ~Sound ()=default
 Virtual destructor.

Detailed Description

Sound implementation for OGG Vorbis audio files.

Definition at line 32 of file OggSound.h.

Constructor & Destructor Documentation

◆ OggSound()

AeonGames::OggSound::OggSound ( const std::string & aFileName)

Constructs an OggSound by loading from the specified file.

Parameters
aFileNamePath to the OGG Vorbis audio file.

Definition at line 62 of file OggSound.cpp.


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