Epok Engine

EPOK RUNTIME

epok::XAState

Enum

Enum

Enum declared by the music module for XA music streaming and playback state.

Namespace
epok
Header
music.hpp
Include
#include "music.hpp"
Module
music
Source
runtime/music.hpp:24

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "music.hpp"

auto value = epok::XAState::FILTER;

Values