Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCAudioRawDataHelper.h
Go to the documentation of this file.
1
//
2
// MobileRTCAudioRawDataHelper.h
3
// MobileRTC
4
//
5
// Created by Zoom Communications on 2019/8/8.
6
// Copyright © Zoom Communications, Inc. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
15
@interface
MobileRTCAudioRawDataHelper
: NSObject
21
- (instancetype _Nonnull)initWithDelegate:(
id
<MobileRTCAudioRawDataDelegate>_Nonnull) delegate;
22
26
-(
MobileRTCRawDataError
)
subscribe
;
27
31
- (
MobileRTCRawDataError
)
unSubscribe
;
32
33
@end
MobileRTCRawDataError
MobileRTCRawDataError
Enumeration of raw data.
Definition
MobileRTCConstants.h:852
MobileRTCAudioRawDataHelper
Helper to subscribe or unsubscribe audio raw data.
Definition
MobileRTCAudioRawDataHelper.h:16
-[MobileRTCAudioRawDataHelper subscribe]
MobileRTCRawDataError subscribe()
Call the function to start audio rawdata.
-[MobileRTCAudioRawDataHelper unSubscribe]
MobileRTCRawDataError unSubscribe()
Call the function to stop audio rawdata.
SDK-docs
Doxygen
ios
msdk
MobileRTC.xcframework
ios-arm64
MobileRTC.framework
Headers
MobileRTCAudioRawDataHelper.h
Generated by
1.12.0