OODefaultAudioOnlyPlayerInfo.h
1 //
2 // OODefaultAudioOnlyPlayerInfo.h
3 // OoyalaSDK
4 //
5 // Created by Max Kupetskii on 12/28/18.
6 // Copyright © 2018 Brightcove, Inc. All rights reserved.
7 //
8 
9 #ifndef OODefaultAudioOnlyPlayerInfo_h
10 #define OODefaultAudioOnlyPlayerInfo_h
11 
12 #import "OODefaultPlayerInfo.h"
13 
14 #define OO_AUDIO_HLS @"audio_hls"
15 #define OO_AUDIO_M4A @"audio_m4a"
16 
24 @end
25 
26 #endif /* OODefaultAudioOnlyPlayerInfo_h */
This is the default implementation of OOPlayerInfo.
Definition: OODefaultPlayerInfo.h:21
This is the default implementation of OOPlayerInfo for audio_only assets.
Definition: OODefaultAudioOnlyPlayerInfo.h:23