How to get " input_item_t " in C#
Posted: 04 May 2009 06:09
Hello,
I want to use following function of VLC 0.8.6.i
But the issue is I am not able to get the "input_item_t" object.
Can anyone help me in getting the input_item_t object in C#.
Thanks,
Ram
I want to use following function of VLC 0.8.6.i
Code: Select all
VLC_EXPORT( char *, vlc_input_item_GetInfo, ( input_item_t *p_i, const char *psz_cat,const char *psz_name ) );
Can anyone help me in getting the input_item_t object in C#.
Thanks,
Ram