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
Details
-
<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
Details
-
<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
Details