mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
7 lines
114 B
C
7 lines
114 B
C
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface GStreamerBackend : NSObject
|
||
|
|
||
|
-(NSString*) getGStreamerVersion;
|
||
|
|
||
|
@end
|