Sdílet prostřednictvím


PresetConfigurations.KeyFrameIntervalInSeconds Property

Definition

Gets or sets the key frame interval in seconds. Example: set KeyFrameIntervalInSeconds as 2 to reduce the playback buffering for some players.

[Newtonsoft.Json.JsonProperty(PropertyName="keyFrameIntervalInSeconds")]
public double? KeyFrameIntervalInSeconds { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyFrameIntervalInSeconds")>]
member this.KeyFrameIntervalInSeconds : Nullable<double> with get, set
Public Property KeyFrameIntervalInSeconds As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to