MHEG5 1.0
DTVKit MHEG5 1.0 API Documentation
|
Data Fields | |
U32BIT | magic |
OrmType | type |
OrmState | state |
void(* | Action )(struct sOrmRequest *request) |
MHEG5Bool(* | Process )(struct sOrmRequest *request) |
void(* | Clear )(struct sOrmRequest *request) |
void * | requestRef |
void * | userData |
MHEG5String | url |
U8BIT * | path |
U32BIT | requestId |
struct sOrmRequest * | next |
void(* Action)(struct sOrmRequest *request) |
void(* Clear)(struct sOrmRequest *request) |
U32BIT magic |
struct sOrmRequest* next |
U8BIT* path |
MHEG5Bool(* Process)(struct sOrmRequest *request) |
U32BIT requestId |
void* requestRef |
OrmState state |
OrmType type |
MHEG5String url |
void* userData |