LiveOutput.OutputSnapTime Property

Definition

Gets or sets the initial timestamp that the live output will start at, any content before this value will not be archived.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outputSnapTime")]
public long? OutputSnapTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outputSnapTime")>]
member this.OutputSnapTime : Nullable<int64> with get, set
Public Property OutputSnapTime As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to