×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
OOPlayPauseButton.h
1
//
2
// OOPlayPauseButton.h
3
// OoyalaSDK
4
//
5
// Copyright © 2017 Brightcove, Inc. All rights reserved.
6
//
7
8
#import "OOScalableImageButton.h"
9
10
#ifndef OOPlayPauseButton_h
11
#define OOPlayPauseButton_h
12
13
@interface
OOPlayPauseButton
:
OOScalableImageButton
14
15
@property
(nonatomic) BOOL
isPlayShowing
;
17
@end
18
19
#endif
/* OOPlayPauseButton_h */
OOPlayPauseButton
Definition:
OOPlayPauseButton.h:13
OOScalableImageButton
Definition:
OOScalableImageButton.h:14
OOPlayPauseButton::isPlayShowing
BOOL isPlayShowing
set to YES to show the play icon, or NO to show the pause icon
Definition:
OOPlayPauseButton.h:15
Send Feedback