×
No results found.
Ooyala Mobile SDK for tvOS v4.44.0
🔎
Main Page
Modules
Classes
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
18
@protocol
OOFairplayContentKeyDelegate
19
25
- (void)contentKeyFailedToRetrieveWithError:(NSError *)error;
26
27
28
@optional
35
- (void)contentKeyPersistedAtLocation:(NSURL *)location forAsset:(AVURLAsset *)asset;
36
37
@end
OOFairplayContentKeyDelegate-p
This delegate communicates about downloading a Fairplay license.
Definition:
OOFairplayContentKeyDelegate.h:18
Send Feedback