Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
fd6bab54
Commit
fd6bab54
authored
Feb 20, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libvlc_video_set_fullscreen: fix documentation
parent
e8e65d95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
include/vlc/libvlc_media_player.h
include/vlc/libvlc_media_player.h
+6
-7
No files found.
include/vlc/libvlc_media_player.h
View file @
fd6bab54
...
...
@@ -501,15 +501,14 @@ VLC_PUBLIC_API void libvlc_track_description_release( libvlc_track_description_t
VLC_PUBLIC_API
void
libvlc_toggle_fullscreen
(
libvlc_media_player_t
*
p_mi
);
/**
* Enable or disable fullscreen
on non-embedded video outputs
.
* Enable or disable fullscreen.
*
* @warning With most window managers, only a top-level windows can
switch to
* @warning With most window managers, only a top-level windows can
be in
* full-screen mode. Hence, this function will not operate properly if
* libvlc_media_player_set_xid() or libvlc_media_player_set_hwnd() was
* used to embed the video in a non-LibVLC widget. If you want to to render an
* embedded LibVLC video full-screen, the parent embedding widget must expanded
* to full screen (LibVLC cannot take care of that).
* LibVLC will then automatically resize the video as appropriate.
* libvlc_media_player_set_xid() was used to embed the video in a non-top-level
* window. In that case, the embedding window must be reparented to the root
* window <b>before</b> fullscreen mode is enabled. You will want to reparent
* it back to its normal parent when disabling fullscreen.
*
* \param p_mi the media player
* \param b_fullscreen boolean for fullscreen status
...
...
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