Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
2f4ec25d
Commit
2f4ec25d
authored
Mar 08, 2008
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc interface fix and missing toggle_fullscreen method added
parent
a402c26a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
bindings/java/org/videolan/jvlc/internal/LibVlc.java
bindings/java/org/videolan/jvlc/internal/LibVlc.java
+3
-1
bindings/java/org/videolan/jvlc/internal/LibVlcImpl.java
bindings/java/org/videolan/jvlc/internal/LibVlcImpl.java
+1
-1
No files found.
bindings/java/org/videolan/jvlc/internal/LibVlc.java
View file @
2f4ec25d
...
...
@@ -141,7 +141,7 @@ public interface LibVlc extends Library
void
libvlc_playlist_loop
(
LibVlcInstance
instance
,
int
loop
,
libvlc_exception_t
exception
);
void
libvlc_playlist_play
(
LibVlcInstance
instance
,
int
itemIndex
,
int
optionsCount
,
String
[]
[]
options
,
libvlc_exception_t
exception
);
void
libvlc_playlist_play
(
LibVlcInstance
instance
,
int
itemIndex
,
int
optionsCount
,
String
[]
options
,
libvlc_exception_t
exception
);
void
libvlc_playlist_pause
(
LibVlcInstance
instance
,
libvlc_exception_t
exception
);
...
...
@@ -302,4 +302,6 @@ public interface LibVlc extends Library
void
libvlc_event_detach
(
LibVlcEventManager
event_manager
,
int
event_type
,
LibVlcCallback
callback
,
Pointer
userData
,
libvlc_exception_t
excecption
);
void
libvlc_toggle_fullscreen
(
LibVlcMediaInstance
instance
,
libvlc_exception_t
exception
);
}
bindings/java/org/videolan/jvlc/internal/LibVlcImpl.java
View file @
2f4ec25d
/*****************************************************************************
*
LibVlcImpl.java: VLC Java Bindings, sample LibVlc use.
*
${file_name}: VLC Java Bindings
*****************************************************************************
* Copyright (C) 1998-2007 the VideoLAN team
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment