CocoaSplit/CSNotifications.m
Zakk 190d1f410f Post a notification when staging view is hidden/shown.
Animation window responds to staging view notification and re-initializes the preview view variables
2016-08-07 14:43:00 -04:00

41 lines
1.6 KiB
Objective-C

//
// CSNotifications.m
// CocoaSplit
//
// Created by Zakk on 9/7/14.
// Copyright (c) 2014 Zakk. All rights reserved.
//
NSString *const CSNotificationLayoutAdded = @"CSNotificationLayoutAdded";
NSString *const CSNotificationLayoutDeleted = @"CSNotificationLayoutDeleted";
NSString *const CSNotificationLayoutCanvasChanged = @"CSNotificationLayoutCanvasChanged";
NSString *const CSNotificationLayoutFramerateChanged = @"CSNotificationLayoutFramerateChanged";
NSString *const CSNotificationStreamStarted = @"CSNotificationStreamStarted";
NSString *const CSNotificationStreamStopped = @"CSNotificationStreamStopped";
NSString *const CSNotificationOutputAdded = @"CSNotificationOutputAdded";
NSString *const CSNotificationOutputDeleted = @"CSNotificationOutputDeleted";
NSString *const CSNotificationCompressorAdded = @"CSNotificationCompressorAdded";
NSString *const CSNotificationCompressorDeleted = @"CSNotificationCompressorDeleted";
NSString *const CSNotificationCompressorRenamed = @"CSNotificationCompressorRenamed";
NSString *const CSNotificationCompressorReconfigured = @"CSNotificationCompressorReconfigured";
NSString *const CSNotificationInputAdded = @"CSNotificationInputAdded";
NSString *const CSNotificationInputDeleted = @"CSNotificationInputDeleted";
NSString *const CSNotificationInputSelected = @"CSNotificationInputSelected";
NSString *const CSNotificationInputAttached = @"CSNotificationInputAttached";
NSString *const CSNotificationInputDetached = @"CSNotificationInputDetached";
NSString *const CSNotificationLayoutModeChanged = @"CSNotificationLayoutModeChanged";