-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
public void seekTo(long usec) {
if(mCurrentState.ordinal() < State.PREPARED.ordinal() && mCurrentState.ordinal() >= State.RELEASING.ordinal()) {
mCurrentState = State.ERROR;
throw new IllegalStateException();
}
.......
}
i have a question about mCurrentState<3 && mCurrentState>5 ?why write like this? it seems never happen
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels