Shaka Player Embedded
Main Page
Exported Types
+
Tutorials
Basic Tutorial
Network Filters
Internal Docs
+
Internal Class List
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Typedefs
a
b
d
e
f
h
i
l
m
r
s
t
v
Enumerations
+
Enumerator
a
b
c
d
e
k
n
p
t
v
+
Properties
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
+
Related Functions
:
a
c
d
g
j
m
o
p
r
s
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
out
Debug
gen
shaka
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
30
SHAKA_EXPORT
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_
ShakaStoredContent::offlineUri
NSString * offlineUri
Definition:
offline_externs_objc.h:38
SHAKA_EXPORT
#define SHAKA_EXPORT
Definition:
macros.h:30
ShakaStoredContent::appMetadata
NSDictionary< NSString *, NSString * > * appMetadata
Definition:
offline_externs_objc.h:56
ShakaStoredContent::size
double size
Definition:
offline_externs_objc.h:47
ShakaStoredContent
Definition:
offline_externs_objc.h:31
ShakaStoredContent::expiration
double expiration
Definition:
offline_externs_objc.h:53
ShakaStoredContent::originalManifestUri
NSString * originalManifestUri
Definition:
offline_externs_objc.h:41
ShakaStoredContent::duration
double duration
Definition:
offline_externs_objc.h:44
Generated by
1.8.13