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

10 lines
179 B
C
Raw Normal View History

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