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 `count` as part of XA music streaming and playback state.
uint32_t count()constPerforms `count` as part of XA music streaming and playback state.
This overload takes no parameters.
Returns: uint32_t. 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.count();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:15
commandsPerforms `commands` as part of XA music streaming and playback state.MethodpatchesPerforms `patches` 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