#include <avformat.h>
Public Attributes | |
| const AVClass * | av_class |
| struct AVInputFormat * | iformat |
| struct AVOutputFormat * | oformat |
| void * | priv_data |
| ByteIOContext | pb |
| unsigned int | nb_streams |
| AVStream * | streams [MAX_STREAMS] |
| char | filename [1024] |
| int64_t | timestamp |
| char | title [512] |
| char | author [512] |
| char | copyright [512] |
| char | comment [512] |
| char | album [512] |
| int | year |
| int | track |
| char | genre [32] |
| int | ctx_flags |
| struct AVPacketList * | packet_buffer |
| int64_t | start_time |
| int64_t | duration |
| int64_t | file_size |
| int | bit_rate |
| AVStream * | cur_st |
| const uint8_t * | cur_ptr |
| int | cur_len |
| AVPacket | cur_pkt |
| int64_t | data_offset |
| int | index_built |
| int | mux_rate |
| int | packet_size |
| int | preload |
| int | max_delay |
| int | loop_output |
| int | flags |
| int | loop_input |
| unsigned int | probesize |
| int | max_analyze_duration |
Definition at line 229 of file avformat.h.
| const AVClass* AVFormatContext::av_class |
Definition at line 230 of file avformat.h.
struct AVInputFormat* AVFormatContext::iformat [read] |
Definition at line 232 of file avformat.h.
struct AVOutputFormat* AVFormatContext::oformat [read] |
Definition at line 233 of file avformat.h.
Referenced by ConvertMediaFile(), do_video_out(), new_audio_stream(), new_video_stream(), opt_output_file(), and output_packet().
Definition at line 234 of file avformat.h.
| unsigned int AVFormatContext::nb_streams |
Definition at line 236 of file avformat.h.
Referenced by av_encode(), check_audio_video_inputs(), ConvertMediaFile(), new_audio_stream(), new_video_stream(), and opt_input_file().
| AVStream* AVFormatContext::streams[MAX_STREAMS] |
Definition at line 237 of file avformat.h.
Referenced by av_encode(), check_audio_video_inputs(), ConvertMediaFile(), and opt_input_file().
| char AVFormatContext::filename[1024] |
Definition at line 238 of file avformat.h.
Referenced by new_audio_stream(), new_video_stream(), and opt_output_file().
| char AVFormatContext::title[512] |
| char AVFormatContext::author[512] |
| char AVFormatContext::copyright[512] |
| char AVFormatContext::comment[512] |
| char AVFormatContext::album[512] |
| char AVFormatContext::genre[32] |
Definition at line 250 of file avformat.h.
struct AVPacketList* AVFormatContext::packet_buffer [read] |
Definition at line 253 of file avformat.h.
Definition at line 258 of file avformat.h.
Definition at line 260 of file avformat.h.
Definition at line 262 of file avformat.h.
Definition at line 265 of file avformat.h.
| const uint8_t* AVFormatContext::cur_ptr |
Definition at line 266 of file avformat.h.
Definition at line 267 of file avformat.h.
Definition at line 268 of file avformat.h.
Definition at line 271 of file avformat.h.
Definition at line 272 of file avformat.h.
Definition at line 274 of file avformat.h.
Definition at line 275 of file avformat.h.
Definition at line 284 of file avformat.h.
| unsigned int AVFormatContext::probesize |
Definition at line 290 of file avformat.h.
Definition at line 293 of file avformat.h.
1.5.6