Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
47cd5be4
Commit
47cd5be4
authored
Feb 20, 2015
by
Geoffrey Métais
Browse files
Fix audio/spu delay cast
parent
0514949d
Changes
1
Hide whitespace changes
Inline
Side-by-side
libvlc/src/org/videolan/libvlc/LibVLC.java
View file @
47cd5be4
...
...
@@ -672,11 +672,11 @@ public class LibVLC {
public
native
int
setAudioDelay
(
long
delay
);
public
native
int
getAudioDelay
();
public
native
long
getAudioDelay
();
public
native
int
setSpuDelay
(
long
delay
);
public
native
int
getSpuDelay
();
public
native
long
getSpuDelay
();
public
static
native
String
nativeToURI
(
String
path
);
...
...
Write
Preview
Supports
Markdown
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