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
a785c7e7
Commit
a785c7e7
authored
Jul 08, 2020
by
Martin Finkel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core ui: the IVideoControl is used outside of the MediaPlayerElement (e.g. VideoView)
Fixes
#364
parent
85d50fda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/LibVLCSharp.Uno/VideoView.UWP.cs
src/LibVLCSharp.Uno/VideoView.UWP.cs
+1
-1
src/LibVLCSharp/Shared/IVideoControl.cs
src/LibVLCSharp/Shared/IVideoControl.cs
+1
-1
No files found.
src/LibVLCSharp.Uno/VideoView.UWP.cs
View file @
a785c7e7
using
System
;
using
LibVLCSharp.Platforms.UWP
;
using
LibVLCSharp.Shared
.MediaPlayerElement
;
using
LibVLCSharp.Shared
;
namespace
LibVLCSharp.Uno
{
...
...
src/LibVLCSharp/Shared/
MediaPlayerElement/
IVideoControl.cs
→
src/LibVLCSharp/Shared/IVideoControl.cs
View file @
a785c7e7
using
System
;
namespace
LibVLCSharp.Shared
.MediaPlayerElement
namespace
LibVLCSharp.Shared
{
/// <summary>
/// Interface for video control
...
...
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