|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "AEBitstreamPacker.h"#include "AEPackIEC61937.h"#include "AEStreamInfo.h"#include <stdint.h>#include <stddef.h>#include <string.h>#include "utils/log.h"Macros | |
| #define | BURST_HEADER_SIZE 8 |
| #define | TRUEHD_FRAME_OFFSET 2560 |
| #define | MAT_MIDDLE_CODE_OFFSET -4 |
| #define | MAT_FRAME_SIZE 61424 |
| #define | EAC3_MAX_BURST_PAYLOAD_SIZE (24576 - BURST_HEADER_SIZE) |
| #define BURST_HEADER_SIZE 8 |
| #define EAC3_MAX_BURST_PAYLOAD_SIZE (24576 - BURST_HEADER_SIZE) |
| #define MAT_FRAME_SIZE 61424 |
| #define MAT_MIDDLE_CODE_OFFSET -4 |
| #define TRUEHD_FRAME_OFFSET 2560 |