On this page

Type Alias VideoSourceSpecification

type VideoSourceSpecification = {
    coordinates: [
        [number, number],
        [number, number],
        [number, number],
        [number, number],
    ];
    type: "video";
    urls: string[];
}
Index

Properties

Properties

coordinates: [
    [number, number],
    [number, number],
    [number, number],
    [number, number],
]

Corners of video specified in longitude, latitude pairs.

type: "video"

The data type of the video source.

urls: string[]

URLs to video content in order of preferred format.

Was this helpful?
SDK JS
Reference
VideoSourceSpecification