LiveEventEncoding.KeyFrameInterval 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.
Use an ISO 8601 time value between 0.5 to 20 seconds to specify the output fragment length for the video and audio tracks of an encoding live event. For example, use PT2S to indicate 2 seconds. For the video track it also defines the key frame interval, or the length of a GoP (group of pictures). If this value is not set for an encoding live event, the fragment duration defaults to 2 seconds. The value cannot be set for pass-through live events.
public TimeSpan? KeyFrameInterval { get; set; }
member this.KeyFrameInterval : Nullable<TimeSpan> with get, set
Public Property KeyFrameInterval As Nullable(Of TimeSpan)
Property Value
Applies to
Azure SDK for .NET