pub trait AudioTrackMethods<D>
where D: DomTypes,
{ // Required methods fn Id(&self) -> DOMString; fn Kind(&self) -> DOMString; fn Label(&self) -> DOMString; fn Language(&self) -> DOMString; fn Enabled(&self) -> bool; fn SetEnabled(&self, value: bool); }

Required Methods§

Source

fn Id(&self) -> DOMString

Source

fn Kind(&self) -> DOMString

Source

fn Label(&self) -> DOMString

Source

fn Language(&self) -> DOMString

Source

fn Enabled(&self) -> bool

Source

fn SetEnabled(&self, value: bool)

Implementors§