Show / Hide Table of Contents

Class RenderVideoResponse

Response message for AerialView.RenderVideo.

Inheritance
object
RenderVideoResponse
Implements
IMessage<RenderVideoResponse>
IEquatable<RenderVideoResponse>
IDeepCloneable<RenderVideoResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.AerialView.V1
Assembly: Google.Maps.AerialView.V1.dll
Syntax
public sealed class RenderVideoResponse : IMessage<RenderVideoResponse>, IEquatable<RenderVideoResponse>, IDeepCloneable<RenderVideoResponse>, IBufferMessage, IMessage

Constructors

RenderVideoResponse()

Declaration
public RenderVideoResponse()

RenderVideoResponse(RenderVideoResponse)

Declaration
public RenderVideoResponse(RenderVideoResponse other)
Parameters
Type Name Description
RenderVideoResponse 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
In this article
Back to top Generated by DocFX