예제 #1
0
void FBVLC_Win::update_window()
{
    FB::PluginWindow* w = GetWindow();
    if( w ) {
        w->InvalidateWindow();
    }
}
예제 #2
0
void FBVLC_Mac::on_frame_ready( const std::vector<char>& /*frame_buf*/ )
{
    FB::PluginWindow* w = GetWindow();
    if ( w ) {
        w->InvalidateWindow();
    }
}