Skip to content

Commit 2c55349

Browse files
author
hzwangsiyu
authored
Merge pull request #186 from betallcoffee/2.3.0
2.3.0
2 parents ad23ae8 + cce877e commit 2c55349

File tree

193 files changed

+28677
-6688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+28677
-6688
lines changed

APIDiffs/api-diffs-2.3.0.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# PLPlayerKit 2.2.4 to 2.3.0 API Differences
2+
3+
## General Headers
4+
5+
```
6+
PLPlayer.h
7+
```
8+
- *Added* `typedef NS_ENUM(NSInteger, PLPLayerRotationsMode)`
9+
10+
- *Modified* `PLPlayer`
11+
- *Added* `@property (nonatomic, assign) PLPLayerRotationsMode rotationMode;`
12+
- *Added* `@property (nonatomic, assign) BOOL enableRender;`
13+
- *Added* `@property (nonatomic, assign, readonly) int width;`
14+
- *Added* `@property (nonatomic, assign, readonly) int height;`
15+
- *Added* `@property (nonatomic, assign, readonly) int videoFPS;`
16+
- *Added* `@property (nonatomic, assign, readonly) int renderFPS;`
17+
- *Added* `@property (nonatomic, assign, readonly) double bitrate;`
18+
- *Added* `@property (nonatomic, assign, readonly) double downSpeed;`
19+
20+
```
21+
PLPlayerOption.h
22+
```
23+
- *Added* `extern NSString * _Nonnull PLPlayerOptionKeyHappyDNSEnable;`
24+
- *Added* `extern NSString * _Nonnull PLPlayerOptionKeyVODFFmpegEnable;`
25+
26+
```
27+
PLPlayerError.h
28+
```
29+
- *Modified* `typedef NS_ENUM(NSInteger, PLPlayerError)`
30+
- *Added* `PLPlayerErrorAudioFormatNotSupport`
31+
- *Added* `PLPlayerErrorVideoFormatNotSupport`
32+
- *Added* `PLPlayerErrorStreamFormatNotSupport`
33+
- *Added* `PLPlayerErrorInputTimeout`
34+
- *Added* `PLPLayerErrorInputReadError`

0 commit comments

Comments
 (0)