Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi, everybody.
I am making a media player using libvlc. I used the function "libvlc_media_player_set_hwnd". But How can I make it playing at all the screen? What function should I use?
Posted

1 solution

A simple old good friend Google search gives us this function

C#
LIBVLC_API void libvlc_set_fullscreen   (   libvlc_media_player_t *     p_mi,
int     b_fullscreen
)


refer Videolan
 
Share this answer
 
v2
Comments
Water1988 7-Jul-14 22:17pm    
Thank you, I'll have a try.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900