Audacity 3.2.0
|
#include <ffmpeg-2.3.6-single-header.h>
Public Attributes | |
const char * | name |
const char * | long_name |
int | flags |
const char * | extensions |
const struct AVCodecTag *const * | codec_tag |
const AVClass * | priv_class |
struct AVInputFormat * | next |
int | raw_codec_id |
int | priv_data_size |
int(* | read_probe )(AVProbeData *) |
int(* | read_header )(struct AVFormatContext *) |
int(* | read_packet )(struct AVFormatContext *, AVPacket *pkt) |
int(* | read_close )(struct AVFormatContext *) |
int(* | read_seek )(struct AVFormatContext *, int stream_index, int64_t timestamp, int flags) |
int64_t(* | read_timestamp )(struct AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) |
int(* | read_play )(struct AVFormatContext *) |
int(* | read_pause )(struct AVFormatContext *) |
int(* | read_seek2 )(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
int(* | get_device_list )(struct AVFormatContext *s, struct AVDeviceInfoList *device_list) |
int(* | create_device_capabilities )(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps) |
int(* | free_device_capabilities )(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps) |
const char * | mime_type |
ff_const59 struct AVInputFormat * | next |
int | flags_internal |
Definition at line 4283 of file ffmpeg-2.3.6-single-header.h.
const struct AVCodecTag *const * AVInputFormat::codec_tag |
Definition at line 4293 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps) |
Definition at line 4325 of file ffmpeg-2.3.6-single-header.h.
const char * AVInputFormat::extensions |
Definition at line 4291 of file ffmpeg-2.3.6-single-header.h.
int AVInputFormat::flags |
Definition at line 4289 of file ffmpeg-2.3.6-single-header.h.
int AVInputFormat::flags_internal |
Definition at line 4104 of file ffmpeg-5.0.1-single-header.h.
int(* AVInputFormat::free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps) |
Definition at line 4327 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::get_device_list)(struct AVFormatContext *s, struct AVDeviceInfoList *device_list) |
Definition at line 4323 of file ffmpeg-2.3.6-single-header.h.
const char * AVInputFormat::long_name |
Definition at line 4287 of file ffmpeg-2.3.6-single-header.h.
const char * AVInputFormat::mime_type |
Definition at line 4512 of file ffmpeg-3.4.8-single-header.h.
const char * AVInputFormat::name |
Definition at line 4285 of file ffmpeg-2.3.6-single-header.h.
struct AVInputFormat * AVInputFormat::next |
Definition at line 4297 of file ffmpeg-2.3.6-single-header.h.
ff_const59 struct AVInputFormat* AVInputFormat::next |
Definition at line 4560 of file ffmpeg-4.2.4-single-header.h.
const AVClass * AVInputFormat::priv_class |
Definition at line 4295 of file ffmpeg-2.3.6-single-header.h.
int AVInputFormat::priv_data_size |
Definition at line 4301 of file ffmpeg-2.3.6-single-header.h.
int AVInputFormat::raw_codec_id |
Definition at line 4299 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::read_close)(struct AVFormatContext *) |
Definition at line 4309 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::read_header)(struct AVFormatContext *) |
Definition at line 4305 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::read_packet)(struct AVFormatContext *, AVPacket *pkt) |
Definition at line 4307 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::read_pause)(struct AVFormatContext *) |
Definition at line 4319 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::read_play)(struct AVFormatContext *) |
Definition at line 4317 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::read_probe)(const AVProbeData *) |
Definition at line 4303 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::read_seek)(struct AVFormatContext *, int stream_index, int64_t timestamp, int flags) |
Definition at line 4311 of file ffmpeg-2.3.6-single-header.h.
int(* AVInputFormat::read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
Definition at line 4321 of file ffmpeg-2.3.6-single-header.h.
int64_t(* AVInputFormat::read_timestamp)(struct AVFormatContext *s, int stream_index, int64_t *pos, int64_t pos_limit) |
Definition at line 4314 of file ffmpeg-2.3.6-single-header.h.