Epok Engine

EPOK RUNTIME

epok::bp::observe_playback

Function · 1 overload

Function

Performs `observe playback` as part of the playback types module.

Belongs to
epok::bp
Header
playback_types.hpp
Overloads
1

Declaration

Declaration
inline void observe_playback()

Performs `observe playback` as part of the playback types module.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "playback_types.hpp"

epok::bp::observe_playback();

Why use it

It provides direct, allocation-conscious access to the playback types module. No exception-based error path is implied by the signature.

Trade-offs and warnings

Call it only in the lifecycle phase described by the module. Validate indices, capacities and object state before use.

Declared in runtime/playback_types.hpp:20

Related members