snapshot property

dynamic get snapshot

Snapshot (preview image) of the video (Base64 encoded).

Usually the first frame of the video for quick preview.

Implementation

TransportableFile? get snapshot;
set snapshot (dynamic img)

Implementation

set snapshot(TransportableFile? img);