Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
LibVLCSharp
Commits
bcbc9655
Commit
bcbc9655
authored
May 30, 2020
by
Muhammad Azeez
Committed by
Muhammad Azeez
May 30, 2020
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing libvlc default option for Android
parent
14149600
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/LibVLCSharp/Shared/LibVLC.cs
src/LibVLCSharp/Shared/LibVLC.cs
+2
-0
No files found.
src/LibVLCSharp/Shared/LibVLC.cs
View file @
bcbc9655
...
...
@@ -240,6 +240,8 @@ namespace LibVLCSharp.Shared
{
#if UWP
return
options
.
Concat
(
new
[]
{
"--aout=winstore"
}).
ToArray
();
#elif ANDROID
return
options
.
Concat
(
new
[]
{
"--audio-resampler=soxr"
}).
ToArray
();
#else
return
options
;
#endif
...
...
Martin Finkel
@mfkl
mentioned in issue
#263 (closed)
·
Jun 02, 2020
mentioned in issue
#263 (closed)
mentioned in issue #263
Toggle commit list
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