OOOoyalaPlayer+MoviePlayerCreation.h
1 //
2 // OOOoyalaPlayer+MoviePlayerCreation.h
3 // OoyalaSDK
4 //
5 // Created on 11/1/18.
6 // Copyright © 2018 Brightcove, Inc. All rights reserved.
7 //
8 
9 #import "OOOoyalaPlayer.h"
10 
11 #ifndef OOOoyalaPlayer_MoviePlayerCreation_h
12 #define OOOoyalaPlayer_MoviePlayerCreation_h
13 
14 @class OOMoviePlayer;
15 @class OOVideo;
16 
18 
19 - (OOMoviePlayer *)getCorrectMoviePlayer:(OOVideo *)video;
20 
21 @end
22 
23 #endif /* OOOoyalaPlayer_MoviePlayerCreation_h */
Definition: OOOoyalaPlayer+MoviePlayerCreation.h:17
this class implements video stream object
Definition: OOVideo.h:22