OOFairplayContentKeyDelegate.h
1 //
2 // OOFairplayContentKeyDelegate.h
3 // OoyalaSDK
4 //
5 // Created on 11/3/16.
6 // Copyright © 2016 Brightcove, Inc. All rights reserved.
7 //
8 
9 #import <AVFoundation/AVFoundation.h>
10 
19 
25 - (void)contentKeyFailedToRetrieveWithError:(NSError *)error;
26 
27 
28 @optional
35 - (void)contentKeyPersistedAtLocation:(NSURL *)location forAsset:(AVURLAsset *)asset;
36 
37 @end
This delegate communicates about downloading a Fairplay license.
Definition: OOFairplayContentKeyDelegate.h:18