Skip to content

Commit

Permalink
Remove lbivlc_media_thumbnail_request_cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
caprica committed Jan 31, 2023
1 parent 7e4825e commit 36ec50b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/uk/co/caprica/vlcj/media/ThumbnailRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ public final class ThumbnailRequest {

/**
* Cancel this thumbnail request.
* <p>
* This is effectively the same as calling {@link #release()}.
*/
public void cancel() {
libvlc_media_thumbnail_request_cancel(request);
libvlc_media_thumbnail_request_destroy(request);
}

/**
Expand Down

0 comments on commit 36ec50b

Please sign in to comment.