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
27
32
33@end
MobileRTCRawDataError
Enumeration of raw data.
Helper to subscribe or unsubscribe audio raw data.
MobileRTCRawDataError subscribe()
Call the function to start audio rawdata.
MobileRTCRawDataError unSubscribe()
Call the function to stop audio rawdata.