OOSkinAutoUpdatingClosedCaptionsStyle.h
1 //
2 // OOSkinAutoUpdatingClosedCaptionsStyle.h
3 // OoyalaSkinSDK
4 //
5 // Created by Jon Slenk on 6/4/15.
6 // Copyright (c) 2015 ooyala. All rights reserved.
7 //
8 
9 #import <OoyalaSDK/OOClosedCaptionsStyle.h>
10 
12 
14 - (instancetype)initWithClosedCaptionsView:(OOClosedCaptionsView*)ccView;
15 @end
16 
A View which displasy caption text.
Definition: OOClosedCaptionsView.h:10
Defines text style to be used when displaying closed captions.
Definition: OOClosedCaptionsStyle.h:11
Definition: OOSkinAutoUpdatingClosedCaptionsStyle.h:13