MythTV
master
|
#include <mythtranscode/external/replex/mpg_common.h>
Public Attributes | |
index_unit | iu |
uint64_t | pts |
uint64_t | pts_off |
int | type |
int | strmnum |
int | frmperpkt |
char | language [4] |
dummy_buffer | dbuf |
Definition at line 54 of file mpg_common.h.
index_unit extdata_t::iu |
Definition at line 55 of file mpg_common.h.
uint64_t extdata_t::pts |
Definition at line 56 of file mpg_common.h.
uint64_t extdata_t::pts_off |
Definition at line 57 of file mpg_common.h.
int extdata_t::type |
Definition at line 58 of file mpg_common.h.
int extdata_t::strmnum |
Definition at line 59 of file mpg_common.h.
Referenced by write_ts_patpmt().
int extdata_t::frmperpkt |
Definition at line 60 of file mpg_common.h.
Referenced by get_ts_ext_overhead().
char extdata_t::language[4] |
Definition at line 61 of file mpg_common.h.
Referenced by nv_python_libs.common.common_api.Common::getLanguage(), and write_ts_patpmt().
dummy_buffer extdata_t::dbuf |
Definition at line 62 of file mpg_common.h.