Interface VideoFxSpec

An interface to specify customizable resources such as asset paths that will be presented as an input to VideoFxProcessor

interface VideoFxSpec {
    paths?: VideoFxPaths;
}

Properties

Properties

paths?: VideoFxPaths

Paths that will be loaded from CDN for video effects.