Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyedrizwan authored May 25, 2019
1 parent cf0dcc5 commit 385c1fe
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,10 @@ Only five steps to use the FastestVideoTrimmer:
4. implement OnTrimVideoListener, OnCropVideoListener on your working Activity and implement all methods


@Override
public void onVideoPrepared() {
}

@Override
public void onTrimStarted() {
}

@Override
public void getResult(final Uri uri) {
}

@Override
public void cancelAction() {
}

@Override
public void onError(final String message) {
}

@Override
public void onPointerCaptureChanged(boolean hasCapture) {
}







Expand Down

0 comments on commit 385c1fe

Please sign in to comment.