Epok Engine

EPOK RUNTIME

epok::psx_audio::native_flush_keyoffs

Function · 1 overload

Function

Performs `native flush keyoffs` as part of XA music streaming and playback state.

Belongs to
epok::psx_audio
Header
native_music_service.hpp
Overloads
1

Declaration

Declaration
inline void native_flush_keyoffs()

Performs `native flush keyoffs` as part of XA music streaming and playback state.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "native_music_service.hpp"

epok::psx_audio::native_flush_keyoffs();

Why use it

The API exposes the hardware service without hiding latency or bounded memory.

Trade-offs and warnings

Treat device absence, busy state and I/O failure as expected outcomes; do not block the frame loop waiting for hardware.

Declared in runtime/native_music_service.hpp:5

Related members