VideoAssetCollection class
A Map with string keys and VideoAsset values and shared with the Oooh platform.
Signature:
export declare class VideoAssetCollection extends AbstractAssetCollection<VideoAsset>
Extends: AbstractAssetCollection<VideoAsset>
Remarks
If a specific VideoAsset is required to be processed by the Oooh platform it must also be explicitly added to the output, but if the collection of videos is only needed for future runs of the module adding this collection to the output by itself is sufficient.
Use AssetManager.createVideoAssetCollection() to get an instance of this class.
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the VideoAssetCollection
class.
Updated 8 months ago