World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура AVChapter

#include <avformat.h>

+ Граф связей класса AVChapter:

Открытые атрибуты

int id
 unique ID to identify the chapter Подробнее...
 
AVRational time_base
 time base in which the start/end timestamps are specified Подробнее...
 
int64_t start
 
int64_t end
 chapter start/end time in time_base units Подробнее...
 
AVDictionarymetadata
 

Подробное описание

См. определение в файле avformat.h строка 1301

Данные класса

◆ id

int AVChapter::id

unique ID to identify the chapter

См. определение в файле avformat.h строка 1302

◆ time_base

AVRational AVChapter::time_base

time base in which the start/end timestamps are specified

См. определение в файле avformat.h строка 1303

◆ start

int64_t AVChapter::start

См. определение в файле avformat.h строка 1304

◆ end

int64_t AVChapter::end

chapter start/end time in time_base units

См. определение в файле avformat.h строка 1304

◆ metadata

AVDictionary* AVChapter::metadata

См. определение в файле avformat.h строка 1305


Объявления и описания членов структуры находятся в файле: