Class Video
An object that encapsulates all of the data about a video.
Namespace: Google.Maps.AerialView.V1
Assembly: Google.Maps.AerialView.V1.dll
Syntax
public sealed class Video : IMessage<Video>, IEquatable<Video>, IDeepCloneable<Video>, IBufferMessage, IMessage
Constructors
Video()
Declaration
public Video()
Video(Video)
Declaration
public Video(Video other)
Parameters
Type | Name | Description |
---|---|---|
Video | other |
Properties
Metadata
Contains the video's metadata, only set if the state is ACTIVE
.
Declaration
public VideoMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
VideoMetadata |
State
Current state of the render request.
Declaration
public Video.Types.State State { get; set; }
Property Value
Type | Description |
---|---|
Video.Types.State |
Uris
A mapping of media types to their URIs.
This field is only included for ACTIVE
videos.
The key is an enum value from MediaFormat
.
Declaration
public MapField<string, Uris> Uris { get; }
Property Value
Type | Description |
---|---|
MapField<string, Uris> |