gstreamer/gst-sdk/tutorials/xcode iOS/Tutorial 2/GStreamerBackendDelegate.h

9 lines
179 B
Objective-C

#import <Foundation/Foundation.h>
@protocol GStreamerBackendDelegate <NSObject>
@optional
-(void) gstreamerInitialized;
-(void) gstreamerSetUIMessage:(NSString *)message;
@end