1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Source-SnapChatCamera/ManagedCapturer/SCManagedAudioStreamer.h
2018-08-08 02:27:52 +03:00

21 lines
438 B
Objective-C

//
// 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