mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-21 06:46:14 -06:00
Emit notifications when audio inputs are added or removed.
Have audio source type listen for audio add notifications in their engine and apply audio settings if it is relevant. FFMPEG movie source now generates proper UUIDs for the PCMPlayer
This commit is contained in:
parent
d66bc5de0d
commit
44c284a122
8 changed files with 151 additions and 60 deletions
|
|
@ -57,3 +57,6 @@ NSString *const CSNotificationThemeChanged = @"CSNotificationThemeChanged";
|
|||
|
||||
NSString *const CSNotificationStatisticsUpdate = @"CSNotificationStatisticsUpdate";
|
||||
|
||||
NSString *const CSNotificationAudioAdded = @"CSNotificationAudioAdded";
|
||||
NSString *const CSNotificationAudioRemoved = @"CSNotificationAudioRemoved";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue