libdvbpsi
2.0.0-git
MPEG Transport Stream PSI table parser
|
Decode PSIP System Time Table (ATSC STT). More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_atsc_stt_s |
STT structure. More... | |
Typedefs | |
typedef struct dvbpsi_atsc_stt_s | dvbpsi_atsc_stt_t |
dvbpsi_atsc_stt_t type definition. | |
typedef void(* | dvbpsi_atsc_stt_callback) (void *p_priv, dvbpsi_atsc_stt_t *p_new_stt) |
Callback type definition. | |
Functions | |
bool | dvbpsi_atsc_stt_attach (dvbpsi_t *p_dvbpsi, uint8_t i_table_id, uint16_t i_extension, dvbpsi_atsc_stt_callback pf_stt_callback, void *p_priv) |
__attribute__ ((deprecated, unused)) inline bool dvbpsi_atsc_AttachSTT(dvbpsi_t *p_dvbpsi | |
dvbpsi_atsc_AttachSTT is deprecated use More... | |
void | dvbpsi_atsc_stt_detach (dvbpsi_t *p_dvbpsi, uint8_t i_table_id, uint16_t i_externsion) |
Destroy a STT decoder. More... | |
void | dvbpsi_atsc_stt_init (dvbpsi_atsc_stt_t *p_stt, uint8_t i_table_id, uint16_t i_extension, uint8_t i_protocol, bool b_current_next) |
Initialize a user-allocated dvbpsi_atsc_stt_t structure. More... | |
dvbpsi_atsc_stt_t * | dvbpsi_atsc_stt_new (uint8_t i_table_id, uint16_t i_extension, uint8_t i_version, bool b_current_next) |
Allocate and initialize a new dvbpsi_atsc_stt_t structure. Use ObjectRefDec to delete it. More... | |
void | dvbpsi_atsc_stt_empty (dvbpsi_atsc_stt_t *p_stt) |
Clean a dvbpsi_atsc_stt_t structure. More... | |
void | dvbpsi_atsc_stt_delete (dvbpsi_atsc_stt_t *p_stt) |
Clean and free a dvbpsi_atsc_stt_t structure. More... | |
Variables | |
uint8_t | i_table_id |
uint8_t uint16_t | i_extension |
uint8_t uint16_t dvbpsi_atsc_stt_callback | pf_stt_callback |
uint8_t uint16_t dvbpsi_atsc_stt_callback void * | p_priv |
uint8_t uint16_t | i_externsion |
uint8_t uint16_t uint8_t | i_protocol |
uint8_t uint16_t uint8_t bool | b_current_next |
uint16_t uint8_t | i_version |
Decode PSIP System Time Table (ATSC STT).
__attribute__ | ( | (deprecated, unused) | ) |
dvbpsi_atsc_AttachSTT is deprecated use
dvbpsi_atsc_DetachEIT is deprecated use
dvbpsi_atsc_DeleteSTT is deprecated use
dvbpsi_atsc_EmptySTT is deprecated use
dvbpsi_atsc_NewSTT is deprecated use
dvbpsi_atsc_InitSTT is deprecated use
dvbpsi_atsc_DetachSTT is deprecated use
p_eit | pointer to the EIT structure |
p_dvbpsi | dvbpsi handle to Subtable demultiplexor to which the decoder is attached |
i_table_id | Table ID, 0xCD. |
i_extension | Table ID extension, here it should be 0. |
pf_stt_callback | function to call back on new STT. |
p_priv | private data given in argument to the callback. |
p_dvbpsi | dvbpsi handle to Subtable demultiplexor to which the decoder is attached. |
i_table_id | Table ID, 0xCD. |
i_extension | Table extension, ignored as this should always be 0. (Required to match prototype for demux) |
p_stt | pointer to the STT structure |
i_table_id | Table ID, 0xCD. |
i_extension | Table extension, ignored as this should always be 0. |
i_protocol | PSIP Protocol version. |
b_current_next | current next indicator |
i_table_id | Table ID, 0xCD. |
i_extension | Table extension, ignored as this should always be 0. |
i_version | PSIP Protocol version. |
b_current_next | current next indicator |
Clean a dvbpsi_atsc_stt_t structure.
p_stt | pointer to the STT structure |
Clean a dvbpsi_atsc_stt_t structure.
p_stt | pointer to the STT structure |
References dvbpsi_atsc_stt_empty().
dvbpsi_atsc_stt_delete | ( | dvbpsi_atsc_stt_t * | p_stt | ) |
Clean and free a dvbpsi_atsc_stt_t structure.
p_stt | pointer to the STT structure |
void dvbpsi_atsc_stt_detach | ( | dvbpsi_t * | p_dvbpsi, |
uint8_t | i_table_id, | ||
uint16_t | i_extension | ||
) |
Destroy a STT decoder.
p_dvbpsi | dvbpsi handle to Subtable demultiplexor to which the decoder is attached. |
i_table_id | Table ID, 0xCD. |
i_extension | Table extension, ignored as this should always be 0. (Required to match prototype for demux) |
void dvbpsi_atsc_stt_empty | ( | dvbpsi_atsc_stt_t * | p_stt | ) |
Clean a dvbpsi_atsc_stt_t structure.
p_stt | pointer to the STT structure |
Referenced by __attribute__().
void dvbpsi_atsc_stt_init | ( | dvbpsi_atsc_stt_t * | p_stt, |
uint8_t | i_table_id, | ||
uint16_t | i_extension, | ||
uint8_t | i_protocol, | ||
bool | b_current_next | ||
) |
Initialize a user-allocated dvbpsi_atsc_stt_t structure.
p_stt | pointer to the STT structure |
i_table_id | Table ID, 0xCD. |
i_extension | Table extension, ignored as this should always be 0. |
i_protocol | PSIP Protocol version. |
b_current_next | current next indicator |
dvbpsi_atsc_stt_t * dvbpsi_atsc_stt_new | ( | uint8_t | i_table_id, |
uint16_t | i_extension, | ||
uint8_t | i_version, | ||
bool | b_current_next | ||
) |
Allocate and initialize a new dvbpsi_atsc_stt_t structure. Use ObjectRefDec to delete it.
i_table_id | Table ID, 0xCD. |
i_extension | Table extension, ignored as this should always be 0. |
i_version | PSIP Protocol version. |
b_current_next | current next indicator |
uint16_t uint8_t bool b_current_next |
uint8_t uint16_t i_externsion |
uint8_t uint16_t dvbpsi_atsc_stt_callback void* p_priv |