#include "XspfVersion.h"
#include <expat.h>
Go to the source code of this file.
Defines | |
#define | XSPF_NS_HOME _PT("http://xspf.org/ns/0/") |
XSPF namespace URI. | |
#define | XSPF_NS_HOME_LEN 21 |
XSPF namespace URI string length. | |
#define | XSPF_NS_SEP_CHAR _PT(' ') |
Namespace separator as character. | |
#define | XSPF_NS_SEP_STRING _PT(" ") |
Namespace separator as string. | |
#define | XML_NS_HOME _PT("http://www.w3.org/XML/1998/namespace") |
XML namespace URI. | |
#define | XML_NS_HOME_LEN 36 |
XML namespace URI string length. | |
#define | XSPF_MAX_BLOCK_SIZE 100000 |
Definition in file XspfDefines.h.
#define XSPF_MAX_BLOCK_SIZE 100000 |
Maximum size in bytes of a file that will be loaded into a buffer in whole
Definition at line 75 of file XspfDefines.h.