MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
stmr_header.h
Go to the documentation of this file.
1 /*******************************************************************************
2  * Copyright © 2014 The DTVKit Open Software Foundation Ltd (www.dtvkit.org)
3  * Copyright © 2010 Ocean Blue Software Ltd
4  *
5  * This file is part of a DTVKit Software Component
6  * You are permitted to copy, modify or distribute this file subject to the terms
7  * of the DTVKit 1.0 Licence which can be found in licence.txt or at www.dtvkit.org
8  *
9  * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
10  * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
11  * OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
12  *
13  * If you or your organisation is not a member of DTVKit then you have access
14  * to this source code outside of the terms of the licence agreement
15  * and you are expected to delete this and any associated files immediately.
16  * Further information on DTVKit, membership and terms can be found at www.dtvkit.org
17  *******************************************************************************/
25 #ifndef _STMR_HEADER_H_
26 #define _STMR_HEADER_H_
27 
28 /*---includes for this file--------------------------------------------------*/
29 
30 #include "techtype.h"
31 #include "httptype.h"
32 #include "dvb_ics.h"
33 #include "stmr_util.h"
34 
35 /*---Constant and macro definitions for public use---------------------------*/
36 
37 /*---Enumerations for public use---------------------------------------------*/
38 
39 /*---Global type defs for public use-----------------------------------------*/
40 
41 /*---Global variable declarations for public use-----------------------------*/
42 
43 /*---Global Function prototypes for public use-------------------------------*/
44 
54 
64 
65 
74 
75 
84 void MHEG5ParseXBytesPerSecond(U8BIT *data, U32BIT len, U32BIT *bytesPerSecond,
85  BOOLEAN *knownBitrate);
86 
87 
88 #endif /*_STMR_HEADER_H*/
Utilitiy functions for IC Streamer.
void MHEG5parseStreamKeys(U8BIT *data, U16BIT len, S_ICSKeys *keys)
Parse IC stream keys. These keys are delivered in the HTTP headers or in a separate file...
Definition: stmr_header.c:119
const char * data
Definition: mh5gate.c:65
Definition: mh5base.h:78
Definition: dvb_ics.h:96
void MHEG5ParseXBytesPerSecond(U8BIT *data, U32BIT len, U32BIT *bytesPerSecond, BOOLEAN *knownBitrate)
Parse "X-BytesPerSecond" header and return its value.
Definition: stmr_header.c:277
uint8_t U8BIT
Definition: techtype.h:93
int len
Definition: mh5gate.c:66
uint16_t U16BIT
Definition: techtype.h:95
System Wide Global Technical Data Type Definitions.
Interaction Channel Streaming functions required by MHEG5 engine References: [1] UK1 Profile - Digita...
U8BIT BOOLEAN
Definition: techtype.h:112
HTTP types.
void MHEG5ParseXKeys(U8BIT *data, U32BIT len, S_ICSKeys *keys)
Parse "X-Keys" header and return the key information. If the keys cannot be parsed, keys->num_pids will be zero.
Definition: stmr_header.c:237
uint32_t U32BIT
Definition: techtype.h:97
void MHEG5ParseXKeyLocation(U8BIT *data, U32BIT len, MHEG5String *keyLocation)
Parse "X-KeyLocation" header and return the key location.
Definition: stmr_header.c:249