#include <avformat.h>
Definition at line 131 of file avformat.h.
Public Attributes | |
| AVRational | time_base |
| int | sample_rate |
| int | channels |
| int | width |
| int | height |
| enum PixelFormat | pix_fmt |
| int | channel |
| used to select dv channel | |
| const char * | device |
| video, audio or DV device | |
| const char * | standard |
| tv standard, NTSC, PAL, SECAM | |
| int | mpeg2ts_raw:1 |
| force raw MPEG2 transport stream output, if possible | |
| int | mpeg2ts_compute_pcr:1 |
| compute exact PCR for each transport stream packet (only meaningful if mpeg2ts_raw is TRUE) | |
| int | initial_pause:1 |
| do not begin to play the stream immediately (RTSP only) | |
| int | prealloced_context:1 |
| enum CodecID | video_codec_id |
| enum CodecID | audio_codec_id |
Definition at line 132 of file avformat.h.
Referenced by dc1394_read_header(), grab_read_header(), img_read_header(), raw_read_header(), v4l2_read_header(), video_read_header(), and x11grab_read_header().
Definition at line 133 of file avformat.h.
Referenced by audio_read_header(), and raw_read_header().
Definition at line 134 of file avformat.h.
Referenced by audio_read_header(), and raw_read_header().
Definition at line 135 of file avformat.h.
Referenced by dc1394_read_header(), grab_read_header(), img_read_header(), raw_read_header(), v4l2_read_header(), and x11grab_read_header().
Definition at line 136 of file avformat.h.
Referenced by dc1394_read_header(), grab_read_header(), img_read_header(), raw_read_header(), v4l2_read_header(), and x11grab_read_header().
Definition at line 137 of file avformat.h.
Referenced by dc1394_read_header(), grab_read_header(), img_read_header(), raw_read_header(), and v4l2_read_header().
used to select dv channel
Definition at line 138 of file avformat.h.
Referenced by dc1394_read_header(), dv1394_read_header(), and v4l2_set_parameters().
| const char* AVFormatParameters::device |
| const char* AVFormatParameters::standard |
tv standard, NTSC, PAL, SECAM
Definition at line 142 of file avformat.h.
Referenced by dv1394_read_header(), grab_read_header(), and v4l2_set_parameters().
force raw MPEG2 transport stream output, if possible
Definition at line 143 of file avformat.h.
Referenced by mpegts_read_header().
compute exact PCR for each transport stream packet (only meaningful if mpeg2ts_raw is TRUE)
Definition at line 144 of file avformat.h.
Referenced by mpegts_read_header().
do not begin to play the stream immediately (RTSP only)
Definition at line 147 of file avformat.h.
Referenced by rtsp_read_header().
Definition at line 149 of file avformat.h.
1.5.5