![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
Functions to create a MHEG5Action from a MHEG5 script (in the form of a list of fpa1_syntaxList structures). More...
Go to the source code of this file.
Functions | |
void | asn1_decodeActions (fpa1_syntaxList *listPtr, MHEG5ActionList *p_actions) |
Decodes action class Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section [A.42] for details of ASN.1 representation. This function ignores any elementary actions in cannot decode (Including if a malloc fails during decoding. NULL is returned if no actions could be decoded. More... | |
void | asn1_decodeNextScenes (fpa1_syntaxList *listPtr, ParamList *p_scenes) |
Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section[A.3] for details of ASN.1 representation. NextScenes is a GList containg references to the following scenes. Each reference are of the form: OpenBracket, OctetString, Integer, CloseBracket. Safe if asn1_addGList() fails to allocate memory, returns NULL after deleting any allocated GList items. More... | |
Variables | |
MHEG5Action * | asn1_GroupActionPtr |
MHEG5GList * | asn1_GroupParamPtr |
int | asn1_GroupActionCount |
int | asn1_GroupParamCount |
Functions to create a MHEG5Action from a MHEG5 script (in the form of a list of fpa1_syntaxList structures).
Definition in file asn1_createAction.h.
void asn1_decodeActions | ( | fpa1_syntaxList * | listPtr, |
MHEG5ActionList * | p_actions | ||
) |
Decodes action class Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section [A.42] for details of ASN.1 representation. This function ignores any elementary actions in cannot decode (Including if a malloc fails during decoding. NULL is returned if no actions could be decoded.
listPtr | pointer to current fpa1_syntaxList item |
p_actions | pointer to MHEG5ActionList |
listPtr | pointer to current fpa1_syntaxList item |
Definition at line 444 of file asn1_createAction.c.
void asn1_decodeNextScenes | ( | fpa1_syntaxList * | listPtr, |
ParamList * | p_scenes | ||
) |
Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section[A.3] for details of ASN.1 representation. NextScenes is a GList containg references to the following scenes. Each reference are of the form: OpenBracket, OctetString, Integer, CloseBracket. Safe if asn1_addGList() fails to allocate memory, returns NULL after deleting any allocated GList items.
listPtr | pointer to current fpa1_syntaxList item |
p_scenes | Pointer to next scenes list being decoded. |
Definition at line 1495 of file asn1_createAction.c.
int asn1_GroupActionCount |
Definition at line 60 of file asn1_createAction.c.
MHEG5Action* asn1_GroupActionPtr |
Definition at line 57 of file asn1_createAction.c.
int asn1_GroupParamCount |
Definition at line 61 of file asn1_createAction.c.
MHEG5GList* asn1_GroupParamPtr |
Definition at line 58 of file asn1_createAction.c.