Home
last modified time | relevance | path

Searched defs:URLProtocol (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Durl.h54 typedef struct URLProtocol { struct
55 const char *name;
56 int (*url_open)( URLContext *h, const char *url, int flags);
62 int (*url_open2)(URLContext *h, const char *url, int flags, AVDictionary **options);
63 int (*url_accept)(URLContext *s, URLContext **c);
64 int (*url_handshake)(URLContext *c);
100 } URLProtocol; argument