Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
bfa84f3c
Commit
bfa84f3c
authored
Mar 26, 2018
by
Thomas Guillem
Committed by
Geoffrey Métais
Mar 26, 2018
Browse files
LibVLC: Mediaplayer: re-indent comments
parent
47b50ec3
Changes
1
Hide whitespace changes
Inline
Side-by-side
libvlc/src/org/videolan/libvlc/MediaPlayer.java
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
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment