Home
last modified time | relevance | path

Searched refs:libvlc_media_new_fd (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dlibvlc.sym144 libvlc_media_new_fd
H A Dmedia.c455 libvlc_media_t *libvlc_media_new_fd( libvlc_instance_t *p_instance, int fd ) in libvlc_media_new_fd() function
/dports/multimedia/vlc/vlc-3.0.16/include/vlc/
H A Dlibvlc_media.h445 LIBVLC_API libvlc_media_t *libvlc_media_new_fd(
/dports/multimedia/vlc/vlc-3.0.16/test/libvlc/
H A Dmedia.c313 media = libvlc_media_new_fd (vlc, fd); in test_media_subitems()
/dports/multimedia/libvlcpp/libvlcpp-17e622c6a23f685a60451e9611d50e361cee2278/vlcpp/
H A DMedia.hpp189 : Internal { libvlc_media_new_fd( getInternalPtr<libvlc_instance_t>( instance ), fd ), in Media()
/dports/multimedia/fpc-libvlc/fpc-3.2.2/packages/libvlc/src/
H A Dlibvlc.pp389 libvlc_media_new_fd : function(p_instance:Plibvlc_instance_t; fd:cint):plibvlc_media_t; cdecl;
690 libvlc_media_new_fd:=nil;
1034 pointer(libvlc_media_new_fd):=GetProcAddress(hlib,'libvlc_media_new_fd');
H A Dvlc.pp1450 Finstance:=libvlc_media_new_fd(GetVLC.Instance,AValue);
/dports/lang/fpc-source/fpc-3.2.2/packages/libvlc/src/
H A Dlibvlc.pp389 libvlc_media_new_fd : function(p_instance:Plibvlc_instance_t; fd:cint):plibvlc_media_t; cdecl;
690 libvlc_media_new_fd:=nil;
1034 pointer(libvlc_media_new_fd):=GetProcAddress(hlib,'libvlc_media_new_fd');
H A Dvlc.pp1450 Finstance:=libvlc_media_new_fd(GetVLC.Instance,AValue);
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c636 media = libvlc_media_new_fd(decctx.vlc, fdin); in decode_av()
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c636 media = libvlc_media_new_fd(decctx.vlc, fdin); in decode_av()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c636 media = libvlc_media_new_fd(decctx.vlc, fdin); in decode_av()
/dports/x11/aclip/arcan-0.6.1/src/frameserver/decode/default/
H A Ddecode_av.c636 media = libvlc_media_new_fd(decctx.vlc, fdin); in decode_av()
/dports/multimedia/vlc/vlc-3.0.16/
H A DNEWS3156 * add libvlc_media_new_fd() to play directly file descriptors (not Win32/Win64)
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-20103733 Add libvlc_media_new_fd