Shaka Player Embedded
manifest_objc.h
Go to the documentation of this file.
1 // Copyright 2020 Google LLC
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 // https://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 //
15 // AUTO-GENERATED: DO NOT EDIT
16 
17 #ifndef SHAKA_EMBEDDED_OBJC_MANIFEST_H_
18 #define SHAKA_EMBEDDED_OBJC_MANIFEST_H_
19 
20 #import <Foundation/Foundation.h>
21 
22 #include "macros.h"
23 
24 NS_ASSUME_NONNULL_BEGIN
25 
34 @interface ShakaInitDataOverride : NSObject
35 
37 @property (atomic, readonly) NSString *getInitDataType;
38 
40 @property (atomic, readonly, nullable) NSString *keyId;
41 
42 @end
43 
44 
51 @interface ShakaDrmInfo : NSObject
52 
54 @property (atomic, readonly) NSString *keySystem;
55 
57 @property (atomic, readonly) NSString *licenseServerUri;
58 
63 @property (atomic, readonly) BOOL distinctiveIdentifierRequired;
64 
69 @property (atomic, readonly) BOOL persistentStateRequired;
70 
72 @property (atomic, readonly) NSString *audioRobustness;
73 
75 @property (atomic, readonly) NSString *videoRobustness;
76 
81 @property (atomic, readonly) NSArray<ShakaInitDataOverride *> *getInitData;
82 
87 @property (atomic, readonly) NSArray<NSString *> *keyIds;
88 
89 @end
90 
91 
92 NS_ASSUME_NONNULL_END
93 #endif // SHAKA_EMBEDDED_OBJC_MANIFEST_H_
#define SHAKA_EXPORT
Definition: macros.h:30
NSString * getInitDataType
Definition: manifest_objc.h:37