-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCSNotifications.m
43 lines (27 loc) · 1.72 KB
/
CSNotifications.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
//
// 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 CSNotificationLayoutSaved = @"CSNotificationLayoutSaved";
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";
NSString *const CSNotificationStatisticsUpdate = @"CSNotificationStatisticsUpdate";