OOFullScreenControlsBottomBarVolumeView.h
1 //
2 // OOFullScreenControlsBottomBarVolumeView.h
3 // OoyalaSDK
4 //
5 // Copyright © 2017 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 #import "OOVolumeSliderView.h"
10 #import "OOAirPlayButton.h"
11 #import "OOPipButton.h"
12 
13 
15 
16 #pragma mark - Public properties
17 
18 @property (nonatomic) OOVolumeSliderView *volumeSliderView;
19 @property (nonatomic) OOAirPlayButton *airPlayButton;
20 @property (nonatomic) OOPiPButton *pipButton;
21 @property (nonatomic) BOOL airPlayButtonShowing;
22 @property (nonatomic) BOOL pipButtonShowing;
23 
24 @end
OOAirPlayButton * airPlayButton
Definition: OOFullScreenControlsBottomBarVolumeView.h:19
Definition: OOVolumeSliderView.h:11
BOOL airPlayButtonShowing
Definition: OOFullScreenControlsBottomBarVolumeView.h:21
Definition: OOFullScreenControlsBottomBarVolumeView.h:14
Definition: OOAirPlayButton.h:10
BOOL pipButtonShowing
Definition: OOFullScreenControlsBottomBarVolumeView.h:22
OOVolumeSliderView * volumeSliderView
Definition: OOFullScreenControlsBottomBarVolumeView.h:18
OOPiPButton * pipButton
Definition: OOFullScreenControlsBottomBarVolumeView.h:20