CocoaSplit/AVCaptureDeviceFormat+CocoaSplitAdditions.h
Zakk c59095d0e5 Added format and framerate selectors for AVFoundation capture devices. This is mostly so Blackmagic devices work without resorting to the QTCapture type.
Did some changing of how capture types/devices are handled internally, and how settings are changed.
Moved to an event driven model instead of a timer. Frames are now processed as soon as the capture device/API provides them.
2013-02-01 03:02:23 -05:00

15 lines
302 B
Objective-C

//
// AVCaptureDeviceFormat+CocoaSplitAdditions.h
// CocoaSplit
//
// Created by Zakk on 1/19/13.
// Copyright (c) 2013 Zakk. All rights reserved.
//
#import <AVFoundation/AVFoundation.h>
@interface AVCaptureDeviceFormat (CocoaSplitAdditions)
@property (readonly) NSString *localizedName;
@end