Searched defs:AVStream (Results 1 – 1 of 1) sorted by relevance
960 typedef struct AVStream { struct965 const AVClass *av_class;968 int index; /**< stream index in AVFormatContext */974 int id;976 void *priv_data;990 AVRational time_base;1000 int64_t start_time;1010 int64_t duration;1012 int64_t nb_frames; ///< number of frames in this stream if known or 01020 int disposition;[all …]