thumbnailFormatMpeg4 property

ThumbnailFormatMpeg4? thumbnailFormatMpeg4

The thumbnail is in MPEG4 format. It will be used only for some animations and videos

Implementation

ThumbnailFormatMpeg4? get thumbnailFormatMpeg4 {
  if (this is ThumbnailFormatMpeg4) {
    return this as ThumbnailFormatMpeg4;
  }
  return null;
}