MediaFormat

  • The API supports various media formats, including images and videos.

  • MP4 videos are available in high, medium, and low quality options.

  • Adaptive bitrate streaming is supported through DASH and HLS formats for optimal playback on different devices.

Enumerates the various media formats supported by the API.

Enums
MEDIA_FORMAT_UNSPECIFIED Default value.
IMAGE A thumbnail image.
MP4_HIGH High quality MP4 video.
MP4_MEDIUM Medium quality MP4 video.
MP4_LOW Low quality MP4 video.
DASH MPEG-DASH for adaptive bitrate streaming on most devices.
HLS HLS for adaptive bitrate streaming on Apple devices.