Merge pull request #628 from guozhigq/feature-customBottomControl
Feature custom bottom control
This commit is contained in:
10
lib/plugin/pl_player/models/bottom_control_type.dart
Normal file
10
lib/plugin/pl_player/models/bottom_control_type.dart
Normal file
@ -0,0 +1,10 @@
|
||||
enum BottomControlType {
|
||||
pre,
|
||||
playOrPause,
|
||||
next,
|
||||
time,
|
||||
space,
|
||||
fit,
|
||||
speed,
|
||||
fullscreen,
|
||||
}
|
||||
Reference in New Issue
Block a user