Struct matroska::ChapterEdition
[−]
[src]
pub struct ChapterEdition {
pub hidden: bool,
pub default: bool,
pub ordered: bool,
pub chapters: Vec<Chapter>,
}A complete set of chapters
Fields
Whether the chapters should be hidden in the user interface
default: bool
Whether the chapters should be the default
ordered: bool
Whether the order to play chapters is enforced
chapters: Vec<Chapter>
The individual chapter entries