gstreamer/examples/tutorials/xcode iOS/Tutorial 1/GStreamerBackend.h

7 lines
No EOL
114 B
Objective-C

#import <Foundation/Foundation.h>
@interface GStreamerBackend : NSObject
-(NSString*) getGStreamerVersion;
@end