(API Change) Rename source_audio structure
Rename source_audio to obs_source_audio to make it more consistent with the rest of the API
This commit is contained in:
@@ -299,7 +299,7 @@ static OSStatus input_callback(
|
||||
{
|
||||
struct coreaudio_data *ca = data;
|
||||
OSStatus stat;
|
||||
struct source_audio audio;
|
||||
struct obs_source_audio audio;
|
||||
|
||||
stat = AudioUnitRender(ca->unit, action_flags, ts_data, bus_num, frames,
|
||||
ca->buf_list);
|
||||
|
Reference in New Issue
Block a user