mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-07 00:25:24 +00:00
Added API function for dumping the next frame.
This commit is contained in:
@ -674,3 +674,10 @@ auto projectm_pcm_add_uint8(projectm_handle instance, const uint8_t* samples, un
|
||||
{
|
||||
PcmAdd(instance, samples, count, channels);
|
||||
}
|
||||
|
||||
auto projectm_write_debug_image_on_next_frame(projectm_handle instance) -> void
|
||||
{
|
||||
auto* projectMInstance = handle_to_instance(instance);
|
||||
|
||||
projectMInstance->DumpDebugImageOnNextFrame();
|
||||
}
|
||||
Reference in New Issue
Block a user