mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
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
|
Reference in New Issue
Block a user