pub struct Chapter {
pub start: Duration,
pub end: Option<Duration>,
pub title: Option<String>,
pub image: Option<Image>,
pub link: Option<Link>,
pub hidden: bool,
}Expand description
Chapters follow mostly the Podcast namespace specification.
Fields§
§start: DurationThe starting time of the chapter.
end: Option<Duration>The end time of the chapter.
title: Option<String>The title of this chapter.
image: Option<Image>The image to use as chapter art.
link: Option<Link>Web page or supporting document that’s related to the topic of this chapter.
If this property is set to true, this chapter should not display visibly to the user in either the table of contents or as a jump-to point in the user interface. In the original spec, the inverse of this is called toc.