FFmpeg
|
Data Fields | |
unsigned int | id |
unsigned int | nb_pids |
unsigned int | pids [MAX_PIDS_PER_PROGRAM] |
unsigned int | nb_streams |
struct Stream | streams [MAX_STREAMS_PER_PROGRAM] |
int | pmt_found |
have we found pmt for this program More... | |
unsigned int Program::id |
Definition at line 120 of file mpegts.c.
Referenced by get_program(), and pat_cb().
unsigned int Program::nb_pids |
unsigned int Program::pids[MAX_PIDS_PER_PROGRAM] |
struct Stream Program::streams[MAX_STREAMS_PER_PROGRAM] |
int Program::pmt_found |
have we found pmt for this program
Definition at line 127 of file mpegts.c.
Referenced by handle_packet(), and pmt_cb().