Struct ChapterDescription
- Namespace
- LibVLCSharp.Shared.Structures
- Assembly
- LibVLCSharp.dll
Description for chapters.
public readonly struct ChapterDescription
- Inherited Members
Properties
Duration
Duration of the chapter in milliseconds
public long Duration { get; }
Property Value
Name
Chapter name
public string? Name { get; }
Property Value
TimeOffset
Time-offset of the chapter in milliseconds
public long TimeOffset { get; }