Table of Contents

Enum MediaFormat

Namespace
GoogleMapsApi.Entities.AerialView.Response
Assembly
GoogleMapsApi.dll

Media format of an Aerial View video rendition. Used as the keys of Uris.

public enum MediaFormat

Fields

[EnumMember(Value = "DASH")] Dash = 5

MPEG-DASH adaptive-bitrate manifest.

[EnumMember(Value = "HLS")] Hls = 6

HLS adaptive-bitrate manifest (Apple).

[EnumMember(Value = "IMAGE")] Image = 1

A thumbnail image of the video.

[EnumMember(Value = "MP4_HIGH")] Mp4High = 2

High-quality MP4 rendition.

[EnumMember(Value = "MP4_LOW")] Mp4Low = 4

Low-quality MP4 rendition.

[EnumMember(Value = "MP4_MEDIUM")] Mp4Medium = 3

Medium-quality MP4 rendition.

[EnumMember(Value = "MEDIA_FORMAT_UNSPECIFIED")] Unspecified = 0

The media format is unknown. Default value.