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:
Zakk 2017-11-26 23:32:08 -05:00
parent d66bc5de0d
commit 44c284a122
8 changed files with 151 additions and 60 deletions

View file

@ -57,3 +57,6 @@ NSString *const CSNotificationThemeChanged = @"CSNotificationThemeChanged";
NSString *const CSNotificationStatisticsUpdate = @"CSNotificationStatisticsUpdate";
NSString *const CSNotificationAudioAdded = @"CSNotificationAudioAdded";
NSString *const CSNotificationAudioRemoved = @"CSNotificationAudioRemoved";