diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-11-18 13:51:34 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-11-18 13:51:34 -0800 |
commit | c1f1006d3cfecb724d9a8040f1dcf6e4ebee9e2a (patch) | |
tree | 98331cb125041723e96bfd7346f6212a44e54b54 /src/modules/mixer | |
parent | 1d11a76d8361b52e0f7a489afe99ff08583a8333 (diff) |
til_stream: add til_stream_render()
This introduces a concept of a stream's module context, which is
used to render the stream via til_stream_render().
The context is set using til_stream_set_module_context(), but at
this time no reference is taken - it just puts the context into
the stream for use by the render calls. The caller is
responsible for ensuring it persist as long as the stream uses
it.
This is a preparatory commit for implementing pre/post render
module contexts that get hooked into a stream. The impetus for
this is supporting background music via modules like playit,
without requiring stuff like rkt scenes to always include the bgm
context in the scene's module context heirarchy.
Nothing is functionally different here, the commit only adds the
new interfaces for setting the context and rendering via stream
instead of til_module_render() of the context you'd now set on
the stream.
Diffstat (limited to 'src/modules/mixer')
0 files changed, 0 insertions, 0 deletions