Epok Engine

EPOK RUNTIME

epok::native_music::Op

Enum

Enum

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

Namespace
epok::native_music
Header
native_music_data.hpp
Include
#include "native_music_data.hpp"
Module
native-music-data
Source
runtime/native_music_data.hpp:7

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 "native_music_data.hpp"

auto value = epok::native_music::Op::Cut;

Values