Common descriptor tools.
More...
Go to the source code of this file.
Common descriptor tools.
- Author
- Arnaud de Bossoreille de Ribou bozo@.nosp@m.via..nosp@m.ecp.f.nosp@m.r Descriptor structure and its Manipulation tools.
Destruction of a dvbpsi_descriptor_t structure.
- Parameters
-
p_descriptor | pointer to the first descriptor structure |
- Returns
- nothing.
dvbpsi_descriptor_t * dvbpsi_NewDescriptor |
( |
uint8_t |
i_tag, |
|
|
uint8_t |
i_length, |
|
|
uint8_t * |
p_data |
|
) |
| |
Creation of a new dvbpsi_descriptor_t structure.
- Parameters
-
i_tag | descriptor's tag |
i_length | descriptor's length |
p_data | descriptor's data |
- Returns
- a pointer to the descriptor.