mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
libobs: Store circular audio buffer on source itself (skip)
(Note: This commit breaks libobs compilation. Skip if bisecting) Removes audio lines and stores the circular buffer for the audio on the source itself.
This commit is contained in:
@@ -108,6 +108,10 @@ enum obs_source_type {
|
||||
typedef void (*obs_source_enum_proc_t)(obs_source_t *parent,
|
||||
obs_source_t *child, void *param);
|
||||
|
||||
struct obs_source_audio_mix {
|
||||
struct audio_output_data output[MAX_AUDIO_MIXES];
|
||||
};
|
||||
|
||||
/**
|
||||
* Source definition structure
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user