Skip to content

Commit

Permalink
Remove libvlc_add_intf
Browse files Browse the repository at this point in the history
  • Loading branch information
caprica committed Feb 2, 2024
1 parent 80cc557 commit b510c60
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/java/uk/co/caprica/vlcj/binding/lib/LibVlc.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,6 @@ private LibVlc() {
*/
public static native libvlc_instance_t libvlc_retain(libvlc_instance_t p_instance);

/**
* Try to start a user interface for the libvlc instance.
*
* @param p_instance the instance
* @param name interface name, or NULL for default
* @return 0 on success, -1 on error.
*/
public static native int libvlc_add_intf(libvlc_instance_t p_instance, String name);

/**
* Sets the application name. LibVLC passes this as the user agent string when a protocol
* requires it.
Expand Down

0 comments on commit b510c60

Please sign in to comment.