You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
920 B
31 lines
920 B
//
|
|
// SCCaptureCommon.m
|
|
// Snapchat
|
|
//
|
|
// Created by Lin Jia on 9/29/17.
|
|
//
|
|
//
|
|
|
|
#import "SCCaptureCommon.h"
|
|
|
|
CGFloat const kSCManagedCapturerAspectRatioUnspecified = -1.0;
|
|
|
|
CGFloat const kSCManagedCapturerDefaultVideoActiveFormatWidth = 1280;
|
|
|
|
CGFloat const kSCManagedCapturerDefaultVideoActiveFormatHeight = 720;
|
|
|
|
CGFloat const kSCManagedCapturerVideoActiveFormatWidth1080p = 1920;
|
|
|
|
CGFloat const kSCManagedCapturerVideoActiveFormatHeight1080p = 1080;
|
|
|
|
CGFloat const kSCManagedCapturerNightVideoHighResActiveFormatWidth = 2592;
|
|
|
|
CGFloat const kSCManagedCapturerNightVideoHighResActiveFormatHeight = 1936;
|
|
|
|
CGFloat const kSCManagedCapturerNightVideoDefaultResActiveFormatWidth = 640;
|
|
|
|
CGFloat const kSCManagedCapturerNightVideoDefaultResActiveFormatHeight = 480;
|
|
|
|
CGFloat const kSCManagedCapturerLiveStreamingVideoActiveFormatWidth = 1280;
|
|
|
|
CGFloat const kSCManagedCapturerLiveStreamingVideoActiveFormatHeight = 720;
|