(API Change) Rename filtered_audio structure
Reanmed filtered_audio to obs_audio_data, to improve the naming and prefix with obs_ for the sake with consistency with the rest of the API
This commit is contained in:
@@ -152,7 +152,7 @@ struct obs_video_info {
|
||||
* Sent to source filters via the filter_audio callback to allow filtering of
|
||||
* audio data
|
||||
*/
|
||||
struct filtered_audio {
|
||||
struct obs_audio_data {
|
||||
uint8_t *data[MAX_AV_PLANES];
|
||||
uint32_t frames;
|
||||
uint64_t timestamp;
|
||||
|
Reference in New Issue
Block a user