Why use it
The method is `const`, so it does not mutate the object through this API surface. The API exposes the hardware service without hiding latency or bounded memory.
EPOK RUNTIME
Method · 1 overload
Performs `patches` as part of XA music streaming and playback state.
const Tone* patches()constPerforms `patches` as part of XA music streaming and playback state.
This overload takes no parameters.
Returns: const Tone *. Check the value before continuing when it represents success, availability or a resource handle.
#include "native_music_data.hpp"
epok::native_music::View& object = /* obtain a valid instance */;
auto result = object.patches();The method is `const`, so it does not mutate the object through this API surface. The API exposes the hardware service without hiding latency or bounded memory.
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_data.hpp:18
commandsPerforms `commands` as part of XA music streaming and playback state.MethodcountPerforms `count` as part of XA music streaming and playback state.MethodtonesPerforms `tones` as part of XA music streaming and playback state.MethodvalidPerforms `valid` as part of XA music streaming and playback state.Method