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 `native` as part of the sequence data module.
native_music::View native()constPerforms `native` as part of the sequence data module.
This overload takes no parameters.
Returns: native_music::View. Check the value before continuing when it represents success, availability or a resource handle.
#include "sequence_data.hpp"
epok::psx_audio::Sequence& object = /* obtain a valid instance */;
auto result = object.native();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/sequence_data.hpp:71
countPerforms `count` as part of the sequence data module.MethodeventsPerforms `events` as part of the sequence data module.Methodis_nativeReports whether native as part of the sequence data module.MethodppqnPerforms `ppqn` as part of the sequence data module.MethodvalidPerforms `valid` as part of the sequence data module.MethodvoicesPerforms `voices` as part of the sequence data module.Method