mediaFiles property

List<MediaFile>? mediaFiles
getter/setter pair

The list of all media files declared in the VAST.

If there are multiple VASTs in a wrapper chain, this includes the media files from the deepest one in the chain.

Implementation

core.List<MediaFile>? mediaFiles;