Interface Youtube

Youtube video data

interface Youtube {
    glType: Youtube;
    link: string;
    position: number;
}

Hierarchy (view full)

Properties

Properties

glType: Youtube

Type of contained data

link: string

YouTube link

position: number

Start position to play the video, synced dynamically in runtime