fileType property

String? fileType
getter/setter pair

File type of the video format. Possible string values are:

  • "FLV"
  • "THREEGPP"
  • "MP4"
  • "WEBM"
  • "M3U8"

Implementation

core.String? fileType;