support flutter gstreamer player for iOS

This commit is contained in:
hpdragon
2022-12-09 01:02:56 +07:00
parent 9fd8c9f2da
commit af6f0e132c
56 changed files with 2839 additions and 81 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef __GSTREAMERBACKEND_H__
#define __GSTREAMERBACKEND_H__
#import <Foundation/Foundation.h>
@interface GStreamerBackend : NSObject
-(id) init:(NSString*) pipeline videoView:(UIView*) video_view;
@end
#endif