Searched defs:AVStream (Results 1 – 1 of 1) sorted by relevance
950 typedef struct AVStream { struct955 const AVClass *av_class;958 int index; /**< stream index in AVFormatContext */964 int id;966 void *priv_data;980 AVRational time_base;990 int64_t start_time;1000 int64_t duration;1002 int64_t nb_frames; ///< number of frames in this stream if known or 01010 int disposition;[all …]