#include <avformat.h>
Public Attributes | |
| int | index |
| int | id |
| AVCodecContext * | codec |
| AVRational | r_frame_rate |
| void * | priv_data |
| int64_t | codec_info_duration |
| int | codec_info_nb_frames |
| AVFrac | pts |
| AVRational | time_base |
| int | pts_wrap_bits |
| int | stream_copy |
| enum AVDiscard | discard |
| float | quality |
| int64_t | start_time |
| int64_t | duration |
| char | language [4] |
| int | need_parsing |
| struct AVCodecParserContext * | parser |
| int64_t | cur_dts |
| int | last_IP_duration |
| int64_t | last_IP_pts |
| AVIndexEntry * | index_entries |
| int | nb_index_entries |
| unsigned int | index_entries_allocated_size |
| int64_t | nb_frames |
| int64_t | pts_buffer [MAX_REORDER_DELAY+1] |
Definition at line 178 of file avformat.h.
| int AVStream::index |
Definition at line 179 of file avformat.h.
| int AVStream::id |
Definition at line 180 of file avformat.h.
Definition at line 181 of file avformat.h.
Referenced by av_encode(), check_audio_video_inputs(), ConvertMediaFile(), do_audio_out(), do_subtitle_out(), do_video_out(), do_video_stats(), new_audio_stream(), new_video_stream(), opt_input_file(), output_packet(), and pre_process_video_frame().
| void* AVStream::priv_data |
Definition at line 184 of file avformat.h.
Definition at line 186 of file avformat.h.
Definition at line 187 of file avformat.h.
Definition at line 192 of file avformat.h.
Referenced by av_encode(), do_audio_out(), do_subtitle_out(), do_video_out(), and output_packet().
Definition at line 193 of file avformat.h.
Definition at line 195 of file avformat.h.
Referenced by av_encode(), new_audio_stream(), and new_video_stream().
| float AVStream::quality |
Definition at line 199 of file avformat.h.
Referenced by do_video_out(), new_audio_stream(), new_video_stream(), and output_packet().
Definition at line 203 of file avformat.h.
| char AVStream::language[4] |
Definition at line 208 of file avformat.h.
struct AVCodecParserContext* AVStream::parser [read] |
Definition at line 211 of file avformat.h.
Definition at line 212 of file avformat.h.
Definition at line 213 of file avformat.h.
Definition at line 215 of file avformat.h.
Definition at line 216 of file avformat.h.
| unsigned int AVStream::index_entries_allocated_size |
Definition at line 217 of file avformat.h.
Definition at line 219 of file avformat.h.
| int64_t AVStream::pts_buffer[MAX_REORDER_DELAY+1] |
Definition at line 222 of file avformat.h.
1.5.6