obs-studio/plugins/mac-avcapture/AVCaptureInputPort+PreMaver...

9 lines
242 B
Objective-C

#import <AVFoundation/AVFoundation.h>
#if defined(__MAC_OS_X_VERSION_MAX_ALLOWED) && \
__MAC_OS_X_VERSION_MAX_ALLOWED < 1090
@interface AVCaptureInputPort (PreMavericksCompat)
@property(nonatomic, readonly) CMClockRef clock;
@end
#endif