Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
18
Src/replicant/mp4/main.h
Normal file
18
Src/replicant/mp4/main.h
Normal file
|
@ -0,0 +1,18 @@
|
|||
#pragma once
|
||||
#include "nx/nxuri.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
enum
|
||||
{
|
||||
EXTENSION_FOR_PLAYBACK,
|
||||
EXTENSION_FOR_METADATA,
|
||||
EXTENSION_FOR_AUDIO_DECODE,
|
||||
};
|
||||
bool IsMyExtension(nx_uri_t filename, int search_style);
|
||||
int EnumerateExtensions(unsigned int index, nx_string_t *extension, int search_style);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue