Audacity 3.2.0
Public Attributes | List of all members
AVInputFormat Struct Reference

#include <ffmpeg-2.3.6-single-header.h>

Collaboration diagram for AVInputFormat:
[legend]

Public Attributes

const char * name
 
const char * long_name
 
int flags
 
const char * extensions
 
const struct AVCodecTag *const * codec_tag
 
const AVClasspriv_class
 
struct AVInputFormatnext
 
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 AVInputFormatnext
 
int flags_internal
 

Detailed Description

Definition at line 4283 of file ffmpeg-2.3.6-single-header.h.

Member Data Documentation

◆ codec_tag

const struct AVCodecTag *const * AVInputFormat::codec_tag

Definition at line 4293 of file ffmpeg-2.3.6-single-header.h.

◆ create_device_capabilities

int(* AVInputFormat::create_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps)

Definition at line 4325 of file ffmpeg-2.3.6-single-header.h.

◆ extensions

const char * AVInputFormat::extensions

Definition at line 4291 of file ffmpeg-2.3.6-single-header.h.

◆ flags

int AVInputFormat::flags

Definition at line 4289 of file ffmpeg-2.3.6-single-header.h.

◆ flags_internal

int AVInputFormat::flags_internal

Definition at line 4104 of file ffmpeg-5.0.1-single-header.h.

◆ free_device_capabilities

int(* AVInputFormat::free_device_capabilities)(struct AVFormatContext *s, struct AVDeviceCapabilitiesQuery *caps)

Definition at line 4327 of file ffmpeg-2.3.6-single-header.h.

◆ get_device_list

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.

◆ long_name

const char * AVInputFormat::long_name

Definition at line 4287 of file ffmpeg-2.3.6-single-header.h.

◆ mime_type

const char * AVInputFormat::mime_type

Definition at line 4512 of file ffmpeg-3.4.8-single-header.h.

◆ name

const char * AVInputFormat::name

Definition at line 4285 of file ffmpeg-2.3.6-single-header.h.

◆ next [1/2]

struct AVInputFormat * AVInputFormat::next

Definition at line 4297 of file ffmpeg-2.3.6-single-header.h.

◆ next [2/2]

ff_const59 struct AVInputFormat* AVInputFormat::next

Definition at line 4560 of file ffmpeg-4.2.4-single-header.h.

◆ priv_class

const AVClass * AVInputFormat::priv_class

Definition at line 4295 of file ffmpeg-2.3.6-single-header.h.

◆ priv_data_size

int AVInputFormat::priv_data_size

Definition at line 4301 of file ffmpeg-2.3.6-single-header.h.

◆ raw_codec_id

int AVInputFormat::raw_codec_id

Definition at line 4299 of file ffmpeg-2.3.6-single-header.h.

◆ read_close

int(* AVInputFormat::read_close)(struct AVFormatContext *)

Definition at line 4309 of file ffmpeg-2.3.6-single-header.h.

◆ read_header

int(* AVInputFormat::read_header)(struct AVFormatContext *)

Definition at line 4305 of file ffmpeg-2.3.6-single-header.h.

◆ read_packet

int(* AVInputFormat::read_packet)(struct AVFormatContext *, AVPacket *pkt)

Definition at line 4307 of file ffmpeg-2.3.6-single-header.h.

◆ read_pause

int(* AVInputFormat::read_pause)(struct AVFormatContext *)

Definition at line 4319 of file ffmpeg-2.3.6-single-header.h.

◆ read_play

int(* AVInputFormat::read_play)(struct AVFormatContext *)

Definition at line 4317 of file ffmpeg-2.3.6-single-header.h.

◆ read_probe

int(* AVInputFormat::read_probe)(const AVProbeData *)

Definition at line 4303 of file ffmpeg-2.3.6-single-header.h.

◆ read_seek

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.

◆ read_seek2

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.

◆ read_timestamp

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.


The documentation for this struct was generated from the following files: