mov constant

MediaType const mov

Implementation

static const MediaType mov = MediaType(
  type: 'video',
  subtype: 'mov',
  fileExtension: 'mov',
);