modules/media/src/main/native/jfxmedia/platform/osx/OSXPlayerProtocol.h

Print this page
rev 7591 : RT-38074: [macosx] Separate QTKit platform code from core media code so it can be removed for MAS
Reviewed-by:

@@ -48,10 +48,12 @@
 
 @property (nonatomic,assign) BOOL mute;
 @property (nonatomic,assign) float volume;
 @property (nonatomic,assign) float balance;
 
+- (id) initWithURL:(NSURL *)source eventHandler:(CJavaPlayerEventDispatcher*)hdlr;
+
 - (void) play;
 - (void) pause;
 - (void) stop;
 - (void) finish;