Source-SCCamera/ManagedCapturer/AVCaptureConnection+InputDe...

16 lines
287 B
C
Raw Normal View History

2018-08-08 01:23:44 +02:00
//
// AVCaptureConnection+InputDevice.h
// Snapchat
//
// Created by William Morriss on 1/20/15
// Copyright (c) 2015 Snapchat, Inc. All rights reserved.
//
#import <AVFoundation/AVFoundation.h>
@interface AVCaptureConnection (InputDevice)
- (AVCaptureDevice *)inputDevice;
@end