Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiSuda committed Nov 25, 2020
1 parent 963906a commit 3723643
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ public void onCanceled() {

}

@Override
public void onCurrentWrittenVideoTime(long timeUs) {

}

@Override
public void onFailed(Exception exception) {
Log.d(TAG, "onFailed()");
Expand Down

0 comments on commit 3723643

Please sign in to comment.