OOFCCTVRatingVideoView.h
1 //
2 // OOFCCTVRatingVideoView.h
3 // OoyalaSDK
4 //
5 // Copyright (c) 2015 Brightcove, Inc. All rights reserved.
6 //
7 
8 #import <UIKit/UIKit.h>
9 #import "OOFCCTVRating.h"
10 #import "OOFCCTVRatingConfiguration.h"
11 #import "OOOoyalaPlayer.h"
12 
13 @class OOPlayer;
14 
15 @interface OOFCCTVRatingVideoView : UIView
16 
17 @property (nonatomic) OOFCCTVRating *tvRating;
19 @property (nonatomic) OOOoyalaPlayerVideoGravity videoGravity;
20 
21 - (instancetype) __unavailable initWithCoder:(NSCoder *)aDecoder;
22 - (void)setContentPlayerAndSubview:(OOPlayer*)player;
23 - (void)setAdPlayerAndSubview:(OOPlayer*)player;
24 
25 @end
OOOoyalaPlayerVideoGravity videoGravity
Definition: OOFCCTVRatingVideoView.h:19
Use this when first setting up the OoyalaPlayer to control the layout and behavior of the TV Ratings ...
Definition: OOFCCTVRatingConfiguration.h:26
Definition: OOFCCTVRatingVideoView.h:15
Encapsulates the UI-relevant rating data of an asset.
Definition: OOFCCTVRating.h:10
OOFCCTVRating * tvRating
Definition: OOFCCTVRatingVideoView.h:17
OOPlayer.
Definition: OOPlayer.h:21
OOFCCTVRatingConfiguration * tvRatingConfiguration
Definition: OOFCCTVRatingVideoView.h:18