MediaLiveOutputData.OutputSnapTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The initial timestamp that the live output will start at, any content before this value will not be archived.
public long? OutputSnapTime { get; set; }
member this.OutputSnapTime : Nullable<int64> with get, set
Public Property OutputSnapTime As Nullable(Of Long)