// // SCManagedVideoCapturerOutputType.h // Snapchat // // Created by Chao Pang on 8/8/16. // Copyright © 2016 Snapchat, Inc. All rights reserved. // #import typedef NS_ENUM(NSInteger, SCManagedVideoCapturerOutputType) { SCManagedVideoCapturerOutputTypeVideoSnap = 0, SCManagedVideoCapturerOutputTypeVideoNote, };