×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
OOFullScreenControlsBottomBar.h
1
//
2
// OOFullScreenControlsBottomBar.h
3
// OoyalaSDK
4
//
5
// Copyright © 2017 Brightcove, Inc. All rights reserved.
6
//
7
8
#import <UIKit/UIKit.h>
9
#import "OOFullScreenControlsBottomBarMainControlsView.h"
10
#import "OOFullScreenControlsBottomBarVolumeView.h"
11
12
13
@interface
OOFullScreenControlsBottomBar
: UIView
14
15
@property
(nonatomic)
OOFullScreenControlsBottomBarMainControlsView
*
mainControlsView
;
16
@property
(nonatomic)
OOFullScreenControlsBottomBarVolumeView
*
volumeControlsView
;
17
18
@end
OOFullScreenControlsBottomBarMainControlsView
Definition:
OOFullScreenControlsBottomBarMainControlsView.h:20
OOFullScreenControlsBottomBar
Definition:
OOFullScreenControlsBottomBar.h:13
OOFullScreenControlsBottomBar::mainControlsView
OOFullScreenControlsBottomBarMainControlsView * mainControlsView
Definition:
OOFullScreenControlsBottomBar.h:15
OOFullScreenControlsBottomBar::volumeControlsView
OOFullScreenControlsBottomBarVolumeView * volumeControlsView
Definition:
OOFullScreenControlsBottomBar.h:16
OOFullScreenControlsBottomBarVolumeView
Definition:
OOFullScreenControlsBottomBarVolumeView.h:14
Send Feedback