#include <avformat.h>
Data Fields | |
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 * | standard |
TV standard, NTSC, PAL, SECAM. | |
unsigned int | mpeg2ts_raw:1 |
Force raw MPEG-2 transport stream output, if possible. | |
unsigned int | mpeg2ts_compute_pcr:1 |
Compute exact PCR for each transport stream packet (only meaningful if mpeg2ts_raw is TRUE). | |
unsigned int | initial_pause:1 |
Do not begin to play the stream immediately (RTSP only). | |
unsigned int | prealloced_context:1 |
enum CodecID | video_codec_id |
enum CodecID | audio_codec_id |
Definition at line 244 of file avformat.h.
Definition at line 262 of file avformat.h.
Referenced by audio_read_header(), img_read_header(), and opt_input_file().
Used to select DV channel.
Definition at line 251 of file avformat.h.
Referenced by dv1394_read_header(), opt_input_file(), and v4l2_set_parameters().
Definition at line 247 of file avformat.h.
Referenced by audio_read_header(), main(), and opt_input_file().
Definition at line 249 of file avformat.h.
Referenced by dc1394_read_common(), decode_thread(), grab_read_header(), img_read_header(), opt_input_file(), v4l2_read_header(), vfw_read_header(), and x11grab_read_header().
unsigned int AVFormatParameters::initial_pause |
Do not begin to play the stream immediately (RTSP only).
Definition at line 257 of file avformat.h.
Referenced by rtsp_read_header().
unsigned int AVFormatParameters::mpeg2ts_compute_pcr |
Compute exact PCR for each transport stream packet (only meaningful if mpeg2ts_raw is TRUE).
Definition at line 254 of file avformat.h.
Referenced by build_file_streams(), and mpegts_read_header().
unsigned int AVFormatParameters::mpeg2ts_raw |
Force raw MPEG-2 transport stream output, if possible.
Definition at line 253 of file avformat.h.
Referenced by build_file_streams(), and mpegts_read_header().
Definition at line 250 of file avformat.h.
Referenced by dc1394_read_common(), decode_thread(), grab_read_header(), img_read_header(), opt_input_file(), and v4l2_read_header().
unsigned int AVFormatParameters::prealloced_context |
Definition at line 259 of file avformat.h.
Referenced by av_open_input_stream(), and opt_input_file().
Definition at line 246 of file avformat.h.
Referenced by audio_read_header(), main(), and opt_input_file().
const char* AVFormatParameters::standard |
TV standard, NTSC, PAL, SECAM.
Definition at line 252 of file avformat.h.
Referenced by dv1394_read_header(), grab_read_header(), opt_input_file(), and v4l2_set_parameters().
Definition at line 245 of file avformat.h.
Referenced by dc1394_read_common(), decode_thread(), grab_read_header(), img_read_header(), opt_input_file(), v4l2_read_header(), vfw_read_header(), and x11grab_read_header().
Definition at line 248 of file avformat.h.
Referenced by dc1394_read_common(), decode_thread(), grab_read_header(), img_read_header(), opt_input_file(), v4l2_read_header(), vfw_read_header(), and x11grab_read_header().