Shaka Player Embedded
player_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_PLAYER_EXTERNS_H_
18 #define SHAKA_EMBEDDED_OBJC_PLAYER_EXTERNS_H_
19 
20 #import <Foundation/Foundation.h>
21 
22 #include "macros.h"
23 
24 NS_ASSUME_NONNULL_BEGIN
25 
31 @interface ShakaBufferedRange : NSObject
32 
34 @property (atomic, readonly) double start;
35 
37 @property (atomic, readonly) double end;
38 
39 @end
40 
41 
47 @interface ShakaBufferedInfo : NSObject
48 
50 @property (atomic, readonly) NSArray<ShakaBufferedRange *> *total;
51 
53 @property (atomic, readonly) NSArray<ShakaBufferedRange *> *audio;
54 
56 @property (atomic, readonly) NSArray<ShakaBufferedRange *> *video;
57 
59 @property (atomic, readonly) NSArray<ShakaBufferedRange *> *text;
60 
61 @end
62 
63 
69 @interface ShakaLanguageRole : NSObject
70 
72 @property (atomic, readonly) NSString *language;
73 
77 @property (atomic, readonly) NSString *role;
78 
79 @end
80 
81 
82 NS_ASSUME_NONNULL_END
83 #endif // SHAKA_EMBEDDED_OBJC_PLAYER_EXTERNS_H_
#define SHAKA_EXPORT
Definition: macros.h:30