< prev index next >

modules/media/src/main/native/jfxmedia/platform/osx/avf/AVFMediaPlayer.h

Print this page
rev 9506 : 8156563: JavaFX Ensemble8 media sample hang and crash
Reviewed-by: almatvee, kcr

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -52,23 +52,14 @@
     int previousPlayerState; // avoid repeated states
 
     BOOL isDisposed;
     NSMutableArray *keyPathsObserved;
     NSMutableArray *playerObservers; // player item notification observers
-
-    // placeholders until audio processor is created
-    float _volume;
-    float _balance;
-    int64_t _audioSyncDelay; // delay is time in milliseconds
-
-    AVFAudioSpectrumUnit *_audioSpectrum;
-    AVFAudioEqualizer *_audioEqualizer;
 }
 
 @property (nonatomic,retain) NSURL *movieURL;
 @property (nonatomic,retain) AVPlayer *player;
-@property (nonatomic,retain) AVPlayerItem *playerItem;
 @property (nonatomic,retain) AVPlayerItemVideoOutput *playerOutput;
 @property (nonatomic,retain) AVFAudioProcessor *audioProcessor;
 @property (nonatomic,assign) uint64_t lastHostTime;
 
 @property (nonatomic,assign) int64_t audioSyncDelay;
< prev index next >