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
Leonhard Saam
libvlcpp
Commits
94ee174a
Commit
94ee174a
authored
Oct 30, 2020
by
Hugo Beauzée-Luyssen
Browse files
EventManager: Don't expose ScrambledChanged on 4.0
parent
a756e5ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlcpp/EventManager.hpp
View file @
94ee174a
...
...
@@ -727,6 +727,7 @@ class MediaPlayerEventManager : public EventManager
});
}
#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
/**
* \brief onScrambledChanged Registers an event called when the scrambled state changes
* \param f A std::function<void(bool)> (or an equivalent Callable type)
...
...
@@ -742,6 +743,7 @@ class MediaPlayerEventManager : public EventManager
(
*
callback
)(
e
->
u
.
media_player_scrambled_changed
.
new_scrambled
!=
0
);
});
}
#endif
#if LIBVLC_VERSION_INT >= LIBVLC_VERSION(4, 0, 0, 0)
/**
...
...
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