14 lines
217 B
Objective-C
14 lines
217 B
Objective-C
#ifndef __GSTREAMERBACKEND_H__
|
|
#define __GSTREAMERBACKEND_H__
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface GStreamerBackend : NSObject
|
|
|
|
|
|
-(id) init:(NSString*) pipeline videoView:(UIView*) video_view;
|
|
|
|
@end
|
|
|
|
#endif
|