Update
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol GStreamerBackendDelegate <NSObject>
|
||||
|
||||
@optional
|
||||
/* Called when the GStreamer backend has finished initializing
|
||||
* and is ready to accept orders. */
|
||||
-(void) gstreamerInitialized;
|
||||
|
||||
/* Called when the GStreamer backend wants to output some message
|
||||
* to the screen. */
|
||||
-(void) gstreamerSetUIMessage:(NSString *)message;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user