Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
YangLei
libvlcpp
Commits
a3763c0f
Commit
a3763c0f
authored
May 24, 2019
by
Hugo Beauzée-Luyssen
Browse files
MediaPlayer: willPlay was removed in 4.0
parent
64e0df49
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlcpp/MediaPlayer.hpp
View file @
a3763c0f
...
...
@@ -413,6 +413,7 @@ public:
return
libvlc_media_player_get_chapter_count
(
*
this
);
}
#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
/**
* Is the player able to play
*
...
...
@@ -422,6 +423,7 @@ public:
{
return
libvlc_media_player_will_play
(
*
this
)
!=
0
;
}
#endif
/**
* Get title chapter count
...
...
Write
Preview
Supports
Markdown
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