Skip to content

Commit

Permalink
feat:GLImageAudioFilter 暴露播放器PlayerStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
NBXXF committed Jan 18, 2021
1 parent 2527ace commit 6fdfb7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ protected void lossFocus() {
/**
* 播放器状态枚举
*/
private enum PlayerStatus {
public enum PlayerStatus {

RELEASE("release", 0),
INIT("init", 1),
Expand Down

0 comments on commit 6fdfb7f

Please sign in to comment.