pub enum Kind {
Subtitles,
Captions,
Descriptions,
Chapters,
Metadata,
}Expand description
Data type of an input element.
Variants§
Subtitles
Transcription or translation of the dialogue, suitable for when the sound is available but not understood. Overlaid on the video.
Captions
Transcription or translation of the dialogue, sound effects, relevant musical cues, and other relevant audio information, suitable for when sound is unavailable or not clearly audible. Overlaid on the video; labeled as appropriate for the hard-of-hearing.
Descriptions
Textual descriptions of the video component of the media resource, intended for audio synthesis when the visual component is obscured, unavailable, or not usable. Synthesized as audio.
Chapters
Track intended for use from script. Not displayed by the user agent.
Metadata
Track intended for use from script. Not displayed by the user agent.
Trait Implementations§
Source§impl Attributes for Kind
impl Attributes for Kind
Source§impl Ord for Kind
impl Ord for Kind
Source§impl PartialOrd for Kind
impl PartialOrd for Kind
impl Eq for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnwindSafe for Kind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more