Epok Engine

EPOK RUNTIME

epok::AudioClip

Struct

Struct

Struct declared by the audio module for SPU sound playback and voice ownership.

Namespace
epok
Header
audio.hpp
Include
#include "audio.hpp"
Module
audio
Source
runtime/audio.hpp:12

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

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

Fields and constants