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

7 lines
114 B
C
Raw Normal View History

2013-04-29 15:45:38 +00:00
#import <Foundation/Foundation.h>
@interface GStreamerBackend : NSObject
-(NSString*) getGStreamerVersion;
@end