![]() |
MHEG5
22.11.0
|
Miscellaneous functions for decoding ASN.1 types. More...
Go to the source code of this file.
Functions | |
asnErr | asn1_decodeInteger (fpa1_syntaxList *listPtr, MHEG5Int *decodedInt) |
decodes Integer type More... | |
asnErr | asn1_decodeBoolean (fpa1_syntaxList *listPtr, MHEG5Bool *decodedBool) |
decodes Boolean type MHEG5TRUE and MHEG5FALSE macros are used for consistency. will default to MHEG5TRUE if it fails... is this safe??? More... | |
asnErr | asn1_decodeOctetString (fpa1_syntaxList *listPtr, MHEG5String *decodedString) |
decodes String type More... | |
asnErr | asn1_decodeColour (fpa1_syntaxList *listPtr, MHEG5Colour *colour) |
Decodes Colour class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section [A.43] for details of ASN.1 representation. More... | |
Miscellaneous functions for decoding ASN.1 types.
asnErr asn1_decodeBoolean | ( | fpa1_syntaxList * | listPtr, |
MHEG5Bool * | decodedBool | ||
) |
decodes Boolean type MHEG5TRUE and MHEG5FALSE macros are used for consistency. will default to MHEG5TRUE if it fails... is this safe???
listPtr | pointer to current fpa1_syntaxList item |
decodedBool | Pointer to boolean type being decoded. |
decodes Boolean type MHEG5TRUE and MHEG5FALSE macros are used for consistency. will default to MHEG5TRUE if it fails... is this safe???
listPtr | pointer to current fpa1_syntaxList item |
decodedBool | Pointer to boolean type being decoded. |
asnErr asn1_decodeColour | ( | fpa1_syntaxList * | listPtr, |
MHEG5Colour * | colour | ||
) |
Decodes Colour class. Refer to MHEG5 Specification (ISO/IEC 13522-2:1996), Appendix A, section [A.43] for details of ASN.1 representation.
listPtr | pointer to current fpa1_syntaxList item |
colour | Pointer to Colour class being decoded. |
asnErr asn1_decodeInteger | ( | fpa1_syntaxList * | listPtr, |
MHEG5Int * | decodedInt | ||
) |
decodes Integer type
listPtr | pointer to current fpa1_syntaxList item |
decodedInt | Pointer to integer type being decoded. |
asnErr asn1_decodeOctetString | ( | fpa1_syntaxList * | listPtr, |
MHEG5String * | decodedString | ||
) |
decodes String type
listPtr | pointer to current fpa1_syntaxList item |
decodedString | Pointer to string type being decoded. |