Data Fields | |
| rte_codec * | next |
| rte_context * | context |
| rte_codec_class * | _class |
| void * | user_data |
| unsigned int | stream_index |
| pthread_mutex_t | mutex |
| rte_state | state |
| rte_stream_parameters | params |
| rte_io_method | input_method |
| int | input_fd |
|
|
Backend/context use, list of context's codec instances |
|
|
Parent |
|
|
Methods of this codec |
|
|
Frontend private |
|
|
From rte_set_codec(), maintained by backend/context |
|
|
Codec use |
|
|
The codec module shall set this value as described in the rte_state documentation. Elsewhere read only. |
|
|
Maintained by codec, from rte_parameters_set(). A higher layer will access this data directly in absence of a get function, it is only valid at rte_state |
|
|
Frontend private |
|
|
Frontend private |
1.2.18