Type Alias: UrlAsset
type UrlAsset = AssetBase<URL>;
Represents an Asset object containing video data within a presigned URL.
See
- AssetBase for the base asset interface
- AssetDataType.URL for the data type
type UrlAsset = AssetBase<URL>;
Represents an Asset object containing video data within a presigned URL.