Epok Engine

EPOK RUNTIME

epok::native_music::Command

Struct

Struct

Struct 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:8

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"

epok::native_music::Command& value = /* obtain a valid instance from your game */;

Fields and constants