|
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] |
| unsigned int | nb_stream_groups |
| struct StreamGroup | stream_groups [MAX_STREAMS_PER_PROGRAM] |
| int | pmt_found |
| have we found pmt for this program More... | |
| unsigned int Program::id |
Definition at line 130 of file mpegts.c.
Referenced by get_program(), and pat_cb().
| unsigned int Program::nb_pids |
| unsigned int Program::pids[MAX_PIDS_PER_PROGRAM] |
| unsigned int Program::nb_streams |
Definition at line 133 of file mpegts.c.
Referenced by create_stream_groups(), detect_bdmv_dovi_group(), and pmt_cb().
| struct Stream Program::streams[MAX_STREAMS_PER_PROGRAM] |
Definition at line 134 of file mpegts.c.
Referenced by create_stream_groups(), detect_bdmv_dovi_group(), and pmt_cb().
| unsigned int Program::nb_stream_groups |
Definition at line 135 of file mpegts.c.
Referenced by create_stream_groups(), and detect_bdmv_dovi_group().
| struct StreamGroup Program::stream_groups[MAX_STREAMS_PER_PROGRAM] |
Definition at line 136 of file mpegts.c.
Referenced by create_stream_groups(), and detect_bdmv_dovi_group().
| int Program::pmt_found |
have we found pmt for this program
Definition at line 139 of file mpegts.c.
Referenced by handle_packet(), and pmt_cb().
1.8.17