pps_decoder_state_t
typedef struct { pps_node_t *node; } pps_decoder_state_t;
The pps_decoder_state_t data structure stores the current state of the decoder structure, pps_decoder_t. This data structure is used by the functions pps_decoder_get_state() and pps_decoder_set_state().
Member | Type | Description |
---|---|---|
node | pps_node_t* | A pointer to a node of a PPS object. |