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
4955846d
Commit
4955846d
authored
May 31, 2019
by
Hugo Beauzée-Luyssen
Browse files
MediaPlayer: Remove marquee string getter
parent
5147d358
Changes
1
Hide whitespace changes
Inline
Side-by-side
vlcpp/MediaPlayer.hpp
View file @
4955846d
...
...
@@ -1577,6 +1577,7 @@ public:
return
libvlc_video_get_marquee_int
(
*
this
,
option
);
}
#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
/**
* Get a string marquee option value
*
...
...
@@ -1591,6 +1592,7 @@ public:
return
{};
return
str
.
get
();
}
#endif
/**
* Enable, disable or set an integer marquee option
...
...
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