Live Stream v1 API - Class PreviewInputResponse (1.10.0)

public sealed class PreviewInputResponse : IMessage<PreviewInputResponse>, IEquatable<PreviewInputResponse>, IDeepCloneable<PreviewInputResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class PreviewInputResponse.

Response message for "LivestreamService.PreviewInput"

Inheritance

object > PreviewInputResponse

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

PreviewInputResponse()

public PreviewInputResponse()

PreviewInputResponse(PreviewInputResponse)

public PreviewInputResponse(PreviewInputResponse other)
Parameter
Name Description
other PreviewInputResponse

Properties

BearerToken

public string BearerToken { get; set; }

A bearer token used to authenticate connections that display the preview content. The token expires after one hour. For HTTP connections, this token should be included as a bearer token inside the Authorization header.

Property Value
Type Description
string

Uri

public string Uri { get; set; }

URI to display the preview content.

Property Value
Type Description
string