Arduino DLNA Server
Loading...
Searching...
No Matches
Macros
dlna_config.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DLNA_LOOP_DELAY_MS   8
 
#define DLNA_HTTP_REQUEST_TIMEOUT_MS   6000
 
#define XML_PARSER_BUFFER_SIZE   256
 
#define STR_PRINT_INITIAL_SIZE   200
 
#define STR_PRINT_INC_SIZE   200
 
#define DLNA_SSDP_PORT   1900
 
#define DLNA_MAX_URL_LEN   256
 
#define MAX_PRINTF_SIZE   512
 
#define DLNA_PROTOCOL_ALL
 
#define DLNA_PROTOCOL_AUDIO
 
#define MAX_NOTIFY_RETIES   3
 Define maximum number of notify retries.
 
#define DLNA_PROTOCOL   DLNA_PROTOCOL_AUDIO
 Define the default protocols to use.
 
#define DLNA_USE_ALLOCATOR   true
 
#define DLNA_DEFAULT_ALLOCATOR   AllocatorExt
 
#define ALLOCATOR   Allocator
 

Macro Definition Documentation

◆ ALLOCATOR

#define ALLOCATOR   Allocator

◆ DLNA_DEFAULT_ALLOCATOR

#define DLNA_DEFAULT_ALLOCATOR   AllocatorExt

◆ DLNA_HTTP_REQUEST_TIMEOUT_MS

#define DLNA_HTTP_REQUEST_TIMEOUT_MS   6000

◆ DLNA_LOOP_DELAY_MS

#define DLNA_LOOP_DELAY_MS   8

◆ DLNA_MAX_URL_LEN

#define DLNA_MAX_URL_LEN   256

◆ DLNA_PROTOCOL

#define DLNA_PROTOCOL   DLNA_PROTOCOL_AUDIO

Define the default protocols to use.

◆ DLNA_PROTOCOL_ALL

#define DLNA_PROTOCOL_ALL

◆ DLNA_PROTOCOL_AUDIO

#define DLNA_PROTOCOL_AUDIO
Value:
"http-get:*:audio/mpeg:DLNA.ORG_PN=MP3," \
"http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMABASE," \
"http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMAFULL," \
"http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMAPRO," \
"http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMALSL," \
"http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMALSL_MULT5," \
"http-get:*:audio/mp4:DLNA.ORG_PN=AAC_ISO_320," \
"http-get:*:audio/3gpp:DLNA.ORG_PN=AAC_ISO_320," \
"http-get:*:audio/mp4:DLNA.ORG_PN=AAC_ISO," \
"http-get:*:audio/mp4:DLNA.ORG_PN=AAC_MULT5_ISO," \
"http-get:*:audio/L16;rate=44100;channels=2:DLNA.ORG_PN=LPCM," \
"http-get:*:audio/x-wav:*," \
"http-get:*:audio/x-flac:*," \
"http-get:*:audio/x-dsd:*"

◆ DLNA_SSDP_PORT

#define DLNA_SSDP_PORT   1900

◆ DLNA_USE_ALLOCATOR

#define DLNA_USE_ALLOCATOR   true

◆ MAX_NOTIFY_RETIES

#define MAX_NOTIFY_RETIES   3

Define maximum number of notify retries.

◆ MAX_PRINTF_SIZE

#define MAX_PRINTF_SIZE   512

◆ STR_PRINT_INC_SIZE

#define STR_PRINT_INC_SIZE   200

◆ STR_PRINT_INITIAL_SIZE

#define STR_PRINT_INITIAL_SIZE   200

◆ XML_PARSER_BUFFER_SIZE

#define XML_PARSER_BUFFER_SIZE   256