Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
531
Issue boards
Milestones
Wiki
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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-Android
Commits
bfa84f3c
Commit
bfa84f3c
authored
6 years ago
by
Thomas Guillem
Committed by
Geoffrey Métais
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
LibVLC: Mediaplayer: re-indent comments
parent
47b50ec3
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
libvlc/src/org/videolan/libvlc/MediaPlayer.java
+16
-16
16 additions, 16 deletions
libvlc/src/org/videolan/libvlc/MediaPlayer.java
with
16 additions
and
16 deletions
libvlc/src/org/videolan/libvlc/MediaPlayer.java
+
16
−
16
View file @
bfa84f3c
...
...
@@ -764,22 +764,22 @@ public class MediaPlayer extends VLCObject<MediaPlayer.Event> {
return
ret
;
}
/**
* Configures an explicit audio output device.
* Audio output will be moved to the device specified by the device identifier string.
*
* Available devices for the "android_audiotrack" module (the default) are
* "stereo": Up to 2 channels (compat mode).
* "pcm": Up to 8 channels.
* "encoded": Up to 8 channels, passthrough for every encodings if available.
* "encoded:ENCODING_FLAGS_MASK": passthrough for every encodings specified by
* ENCODING_FLAGS_MASK. This extra value is a long that contains binary-shifted
* AudioFormat.ENCODING_* values.
*
* Calling this method will disable the encoding detection (see {@link #setAudioOutput}).
*
* @return true on success.
*/
/**
* Configures an explicit audio output device.
* Audio output will be moved to the device specified by the device identifier string.
*
* Available devices for the "android_audiotrack" module (the default) are
* "stereo": Up to 2 channels (compat mode).
* "pcm": Up to 8 channels.
* "encoded": Up to 8 channels, passthrough for every encodings if available.
* "encoded:ENCODING_FLAGS_MASK": passthrough for every encodings specified by
* ENCODING_FLAGS_MASK. This extra value is a long that contains binary-shifted
* AudioFormat.ENCODING_* values.
*
* Calling this method will disable the encoding detection (see {@link #setAudioOutput}
and {@link #setAudioDigitalOutputEnabled(boolean)}
).
*
* @return true on success.
*/
public
boolean
setAudioOutputDevice
(
String
id
)
{
return
setAudioOutputDeviceInternal
(
id
,
true
);
}
...
...
This diff is collapsed.
Click to expand it.
Thomas Guillem
@tguillem
mentioned in commit
3e81856d
·
6 years ago
mentioned in commit
3e81856d
mentioned in commit 3e81856de98b00964592767b9b63eabe24ad135f
Toggle commit list
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