Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
OWTGlobalConfiguration.h
1 // Copyright (C) <2018> Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 #import <Foundation/Foundation.h>
5 #import "OWT/OWTFrameGeneratorProtocol.h"
6 #import <WebRTC/RTCMacros.h>
7 NS_ASSUME_NONNULL_BEGIN
8 RTC_OBJC_EXPORT
9 @interface OWTGlobalConfiguration : NSObject
20 + (void)setCustomizedAudioInputEnabled:(BOOL)enabled
21  audioFrameGenerator:
22  (nullable id<RTCAudioFrameGeneratorProtocol>)
23  audioFrameGenerator;
24 @end
25 NS_ASSUME_NONNULL_END
Definition: OWTGlobalConfiguration.h:9
frame generator interface for audio
Definition: OWTFrameGeneratorProtocol.h:14