|
MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Utilitiy functions for IC Streamer. More...
#include <assert.h>#include <stdio.h>#include <string.h>#include "glue_debug.h"#include "glue_ulong.h"Macros | |
| #define | DBG(x) |
| #define | PDBG(x) TRACE(TICS, x) |
Functions | |
| void | ULL_Print (U64BIT size) |
| Print a stream size value (for debug purposes). More... | |
| U32BIT | MHEG5GetUniqueId (void) |
| Return a unique ID. The ID is a non-zero 32-bit value. It is guaranteed to be unique for the first 0x7fffffff calls. More... | |
Utilitiy functions for IC Streamer.
| #define DBG | ( | x | ) |
| #define PDBG | ( | x | ) | TRACE(TICS, x) |
| U32BIT MHEG5GetUniqueId | ( | void | ) |
Return a unique ID. The ID is a non-zero 32-bit value. It is guaranteed to be unique for the first 0x7fffffff calls.
| void ULL_Print | ( | U64BIT | size | ) |
Print a stream size value (for debug purposes).
| size | Stream size |