mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
7 lines
No EOL
114 B
Objective-C
7 lines
No EOL
114 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface GStreamerBackend : NSObject
|
|
|
|
-(NSString*) getGStreamerVersion;
|
|
|
|
@end |