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

10 lines
195 B
C
Raw Normal View History

#import <Foundation/Foundation.h>
@protocol GStreamerBackendDelegate <NSObject>
@optional
-(void) gstreamerError:(NSString *)message from:(id)sender;
-(void) gstreamerEosFrom:(id)sender;
@end