Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
17
Src/Plugins/Input/in_mp4/VirtualIO.h
Normal file
17
Src/Plugins/Input/in_mp4/VirtualIO.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef NULLSOFT_IN_MP4_VIRTUALIO_H
|
||||
#define NULLSOFT_IN_MP4_VIRTUALIO_H
|
||||
#include "main.h"
|
||||
#include <api/service/svcs/svc_fileread.h>
|
||||
#include <virtual_io.h>
|
||||
|
||||
void *CreateReader(const wchar_t *url, HANDLE killswitch);
|
||||
void DestroyReader(void *reader);
|
||||
void StopReader(void *reader);
|
||||
extern Virtual_IO HTTPIO;
|
||||
extern Virtual_IO UnicodeIO;
|
||||
|
||||
void *CreateUnicodeReader(const wchar_t *filename);
|
||||
void DestroyUnicodeReader(void *reader);
|
||||
int UnicodeClose(void *user);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue