Class SmilHead
Parsed content of the media overlay head which acts as a container for metadata elements. This class corresponds to the <head> element in a media overlay document.
See https://www.w3.org/publishing/epub32/epub-mediaoverlays.html#sec-smil-head-elem for more information.
Inherited Members
Namespace: VersOne.Epub.Schema
Assembly: VersOne.Epub.dll
Syntax
public class SmilHead
Constructors
View SourceSmilHead(SmilMetadata?)
Initializes a new instance of the SmilHead class.
Declaration
public SmilHead(SmilMetadata? metadata)
Parameters
Type | Name | Description |
---|---|---|
SmilMetadata | metadata | Optional metadata of the media overlay document. |
Properties
View SourceMetadata
Gets optional metadata of the media overlay document.
Declaration
public SmilMetadata? Metadata { get; }