Interface IVideoResourceOptionsElement

interface IVideoResourceOptionsElement {
    mime: string;
    src: string;
}

Properties

Properties

mime: string
src: string

Generated using TypeDoc