Concatenate

Description

This namespace contains different sources that can be used when concatenating to a video

Details

Visit VideoEdit.concatenate for an example

Methods


<static> imageSource( publicID ) → {Source.ImageSource}

qualifier

Description

Returns an instance of an ImageSource

Parameters
Name Type Description
publicID string

The publicID of the image to be used to concatenate

Returns

<static> videoSource( publicID ) → {Source.VideoSource}

qualifier

Description

Returns an instance of a VideoSource

Parameters
Name Type Description
publicID string

The publicID of the video to be used to concatenate

Returns

<static> fetchSource( remoteURL ) → {Source.FetchSource}

qualifier

Description

Returns an instance of a FetchSource

Parameters
Name Type Description
remoteURL string

The URL of the remote asset to fetch as and to be used to concatenate

Returns