In which source files libvlc next frame is implemented

This forum is about all development around libVLC.
samithawijedasa
Blank Cone
Blank Cone
Posts: 21
Joined: 11 Jul 2013 22:52

In which source files libvlc next frame is implemented

Postby samithawijedasa » 18 Sep 2013 06:44

I want to know where in the source the underlying functionality is implemented for libvlc_media_player_next_frame. Basically what happens when var_TriggerCallback( p_input_thread, "frame-next" ); called. Where is it implemented ?



void libvlc_media_player_next_frame( libvlc_media_player_t *p_mi )
{
input_thread_t *p_input_thread = libvlc_get_input_thread ( p_mi );
if( p_input_thread != NULL )
{
var_TriggerCallback( p_input_thread, "frame-next" );
vlc_object_release( p_input_thread );
}
}

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: In which source files libvlc next frame is implemented

Postby Jean-Baptiste Kempf » 27 Sep 2013 01:17

Look in src/input/
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 47 guests