support flutter gstreamer player for iOS
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user