15 lines
182 B
C#
15 lines
182 B
C#
namespace FFmpeg.AutoGen;
|
|
|
|
public struct AVChapter
|
|
{
|
|
public int id;
|
|
|
|
public AVRational time_base;
|
|
|
|
public long start;
|
|
|
|
public long end;
|
|
|
|
public unsafe AVDictionary* metadata;
|
|
}
|