mimeType property

String? mimeType
getter/setter pair

The MIME type of this media file.

Can be used to filter the response of the creatives.list method. Possible string values are:

  • "VIDEO_MIME_TYPE_UNSPECIFIED" : Default value that should never be used.
  • "MIME_VIDEO_XFLV" : Flash container.
  • "MIME_VIDEO_WEBM" : WebM container assuming VP9 codec.
  • "MIME_VIDEO_MP4" : MPEG-4 container typically with H.264 codec.
  • "MIME_VIDEO_OGG" : Ogg container assuming Theora codec.
  • "MIME_VIDEO_YT_HOSTED" : Video files hosted on YouTube.
  • "MIME_VIDEO_X_MS_WMV" : Windows Media Video Codec.
  • "MIME_VIDEO_3GPP" : 3GPP container format used on 3G phones.
  • "MIME_VIDEO_MOV" : Quicktime container format.
  • "MIME_APPLICATION_SWF" : Shockwave Flash (used for VPAID ads).
  • "MIME_APPLICATION_SURVEY" : Properties of VAST served by consumer survey.
  • "MIME_APPLICATION_JAVASCRIPT" : JavaScript (used for VPAID ads).
  • "MIME_APPLICATION_SILVERLIGHT" : Silverlight (used for VPAID ads).
  • "MIME_APPLICATION_MPEGURL" : HLS/M3U8.
  • "MIME_APPLICATION_MPEGDASH" : DASH.
  • "MIME_AUDIO_MP4A" : MPEG-4 audio format.
  • "MIME_AUDIO_MP3" : MPEG-3 audio format.
  • "MIME_AUDIO_OGG" : Ogg audio format

Implementation

core.String? mimeType;