Source-SCCamera/ManagedCapturer/SCManagedAudioStreamer.h

21 lines
438 B
C
Raw Permalink Normal View History

2018-08-08 01:27:52 +02:00
//
// SCManagedAudioStreamer.h
// Snapchat
//
// Created by Ricardo Sánchez-Sáez on 7/28/16.
// Copyright © 2016 Snapchat, Inc. All rights reserved.
//
#import <SCCameraFoundation/SCManagedAudioDataSource.h>
#import <Foundation/Foundation.h>
@interface SCManagedAudioStreamer : NSObject <SCManagedAudioDataSource>
+ (instancetype)sharedInstance;
+ (instancetype) new NS_UNAVAILABLE;
- (instancetype)init NS_UNAVAILABLE;
@end