Shaka Player Embedded
offline_externs_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_OFFLINE_EXTERNS_H_
18 #define SHAKA_EMBEDDED_OBJC_OFFLINE_EXTERNS_H_
19 
20 #import <Foundation/Foundation.h>
21 
22 #include "macros.h"
23 
24 NS_ASSUME_NONNULL_BEGIN
25 
31 @interface ShakaStoredContent : NSObject
32 
38 @property (atomic, readonly, nullable) NSString *offlineUri;
39 
41 @property (atomic, readonly) NSString *originalManifestUri;
42 
44 @property (atomic, readonly) double duration;
45 
47 @property (atomic, readonly) double size;
48 
53 @property (atomic, readonly) double expiration;
54 
56 @property (atomic, readonly) NSDictionary<NSString *, NSString *> *appMetadata;
57 
58 @end
59 
60 
61 NS_ASSUME_NONNULL_END
62 #endif // SHAKA_EMBEDDED_OBJC_OFFLINE_EXTERNS_H_
#define SHAKA_EXPORT
Definition: macros.h:30
NSDictionary< NSString *, NSString * > * appMetadata