Table of Contents

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

long

Name

Chapter name

public string? Name { get; }

Property Value

string

TimeOffset

Time-offset of the chapter in milliseconds

public long TimeOffset { get; }

Property Value

long