Skip to content
Snippets Groups Projects

VLCPlayerDisplayController: Improve the player switch

Merged Diogo Simao Marques requested to merge diogo.simao-marques/vlc-ios:player-switch into master
2 files
+ 29
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,6 +17,8 @@
@class VLCServices;
@class VLCQueueViewController;
typedef NS_ENUM(UInt8, VLCMLMediaType);
NS_ASSUME_NONNULL_BEGIN
extern NSString * const VLCPlayerDisplayControllerDisplayMiniPlayer;
@@ -56,6 +58,7 @@ typedef NS_ENUM(NSUInteger, VLCPlayerDisplayControllerDisplayMode) {
@property (nullable, nonatomic, readonly) NSArray<UIKeyCommand *> *keyCommands;
@property (nonatomic, readonly) BOOL canBecomeFirstResponder;
@property (readonly, nullable) UIViewController *videoPlayerViewController;
@property (readwrite, nonatomic) VLCMLMediaType currentMediaType;
- (nullable instancetype)init;
- (instancetype)initWithNibName:(nullable NSString *)nibNameOrNil
Loading