Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
Loading...
Searching...
No Matches
audio_Audio.hpp File Reference

Main audio header. More...

Go to the source code of this file.

Namespaces

namespace  pu
 
namespace  pu::audio
 

Functions

bool pu::audio::Initialize (i32 mix_flags)
 Initializes the underlying audio system (SDL2-Mixer) with the specified flags.
 
void pu::audio::Finalize ()
 Finalizes the underlying audio system (SDL2-Mixer).
 

Variables

constexpr i32 pu::audio::MixerAllFlags = MIX_INIT_FLAC | MIX_INIT_MOD | MIX_INIT_MP3 | MIX_INIT_OGG
 Complete set of flags to initialize the audio system with: supports FLAC, MOD, MP3 and OGG formats.
 

Detailed Description

Main audio header.

Plutonium library

Author
XorTroll