Search found 5 matches

Go to advanced search

by wj780127
24 Dec 2009 05:48
Forum: Development around libVLC
Topic: how to libvlc_media_player_get_chapter_count () return null?
Replies: 0
Views: 338

how to libvlc_media_player_get_chapter_count () return null?

how to call libvlc_media_player_get_chapter_count return null???why???
by wj780127
22 Dec 2009 12:27
Forum: Development around libVLC
Topic: vlc, how to return ntf_thread_t Pointer??
Replies: 4
Views: 689

Re: vlc, how to return ntf_thread_t Pointer??

i is Few more interfaces
by wj780127
22 Dec 2009 12:26
Forum: Development around libVLC
Topic: vlc, how to return ntf_thread_t Pointer??
Replies: 4
Views: 689

Re: vlc, how to return ntf_thread_t Pointer??

yes, I have solved that problem. thank your
by wj780127
22 Dec 2009 04:13
Forum: Development around libVLC
Topic: vlc, how to return ntf_thread_t Pointer??
Replies: 4
Views: 689

Re: vlc, how to return ntf_thread_t Pointer??

if(p_intf)
{
var_SetInteger( p_intf->p_libvlc, "key-action", ACTIONID_JUMP_BACKWARD_SHORT );
}

this p_intf is null,No return value;
by wj780127
22 Dec 2009 04:09
Forum: Development around libVLC
Topic: vlc, how to return ntf_thread_t Pointer??
Replies: 4
Views: 689

vlc, how to return ntf_thread_t Pointer??

vlc, how to return ntf_thread_t Pointer??I would like to call Quick Play Interface.code: void libvlc_play_skipback( libvlc_media_player_t *p_mi, libvlc_exception_t *p_e ) vout_thread_t *p_vout = GetVout( p_mi, p_e ); if( !p_vout ) return; intf_thread_t *p_intf = NULL; p_intf = ( intf_thread_t * ) vl...

Go to advanced search