Interface KodikVideoSource

interface KodikVideoSource {
    src: string;
    type: string;
}

Properties

Properties

src: string
type: string

Generated using TypeDoc