You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1019 B
17 lines
1019 B
4 years ago
|
//////////////////////////////////////////////////////////
|
||
|
// GENERATED BY FLUTTIFY. DO NOT EDIT IT.
|
||
|
//////////////////////////////////////////////////////////
|
||
|
|
||
|
#import <Flutter/Flutter.h>
|
||
|
#import <TXLiteAVSDK_Professional/TXLiteAVSDK.h>
|
||
|
|
||
|
typedef void (^Handler)(NSObject <FlutterPluginRegistrar> *, id, FlutterResult);
|
||
|
|
||
|
@interface TencentLiveFluttifyPlugin : NSObject<TXUGCRecordListener, TXVodDownloadDelegate, TXLiveBaseDelegate, TXVideoPreviewListener, TXVideoCustomProcessListener, TXVideoGenerateListener, TXVideoJoinerListener, TXLiveRecordListener, TXCAVRoomListener, TXVodPlayListener, TRTCCloudDelegate, TRTCVideoRenderDelegate, TRTCAudioFrameDelegate, TRTCLogDelegate, TXAudioCustomProcessDelegate, TXLivePlayListener, TXAudioRawDataDelegate, TXVideoCustomProcessDelegate, TXLivePushListener, TXLiveAudioSessionDelegate, FlutterPlugin>
|
||
|
|
||
|
- (instancetype) initWithFlutterPluginRegistrar: (NSObject <FlutterPluginRegistrar> *) registrar;
|
||
|
|
||
|
@property(nonatomic) NSObject<FlutterPluginRegistrar>* registrar;
|
||
|
|
||
|
@end
|