Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
454
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
69ee6852
Commit
69ee6852
authored
15 years ago
by
littlejohn
Browse files
Options
Downloads
Patches
Plain Diff
jvlc: libvlc synchronization: some missing audio functions added
parent
2d9e847e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/core/src/main/java/org/videolan/jvlc/internal/LibVlc.java
+10
-0
10 additions, 0 deletions
...core/src/main/java/org/videolan/jvlc/internal/LibVlc.java
with
10 additions
and
0 deletions
bindings/java/core/src/main/java/org/videolan/jvlc/internal/LibVlc.java
+
10
−
0
View file @
69ee6852
...
...
@@ -402,6 +402,16 @@ public interface LibVlc extends Library
void
libvlc_audio_set_channel
(
LibVlcInstance
instance
,
int
channel
,
libvlc_exception_t
exception
);
int
libvlc_audio_output_device_count
(
LibVlcInstance
instance
,
libvlc_exception_t
exception
);
String
libvlc_audio_output_device_id
(
LibVlcInstance
instance
,
String
audio_output
,
int
i_device
);
String
libvlc_audio_output_device_longname
(
LibVlcInstance
instance
,
String
audio_output
,
int
i_device
);
String
libvlc_audio_output_device_set
(
LibVlcInstance
instance
,
String
audio_output
,
String
device_name
,
String
deviceId
);
int
libvlc_audio_output_get_device_type
(
LibVlcInstance
instance
,
libvlc_exception_t
exception
);
// playlist
void
libvlc_playlist_loop
(
LibVlcInstance
instance
,
int
loop
,
libvlc_exception_t
exception
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment