@@ -112,6 +112,8 @@ NS_SWIFT_NAME(PlaybackService)
@property (nonatomic, nullable) VLCRendererItem *renderer;
+@property (nonatomic, readonly) VLCAspectRatio currentAspectRatio;
+
+ (VLCPlaybackService *)sharedInstance;
- (VLCTime *)playedTime;
#pragma mark - playback
@@ -45,7 +45,6 @@ NSString *const VLCPlaybackServicePlaybackPositionUpdated = @"VLCPlaybackService
int _itemInMediaListToBePlayedFirst;
NSTimer *_sleepTimer;
- NSUInteger _currentAspectRatio;
BOOL _isInFillToScreen;
NSUInteger _previousAspectRatio;