1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Source-SnapChatCamera/ManagedCapturer/SCManagedVideoCapturerOutputType.h
2018-08-08 02:32:46 +03:00

15 lines
355 B
Objective-C

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