MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
stmr_util.h File Reference

Utilitiy functions for IC Streamer. More...

#include "techtype.h"
#include "glue_ulong.h"

Go to the source code of this file.

Macros

#define MHEG5_MAX_RANGE_BUFFER   (64)
 

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...
 

Detailed Description

Utilitiy functions for IC Streamer.

Date
21/10/2010
Author
Omri Barel

Macro Definition Documentation

#define MHEG5_MAX_RANGE_BUFFER   (64)

Function Documentation

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.

Returns
Unique ID
void ULL_Print ( U64BIT  size)

Print a stream size value (for debug purposes).

Parameters
sizeStream size
Returns
Nothing