Share via


H264Layer.ReferenceFrames Property

Definition

Gets or sets the number of reference frames to be used when encoding this layer. If not specified, the encoder determines an appropriate number based on the encoder complexity setting.

[Newtonsoft.Json.JsonProperty(PropertyName="referenceFrames")]
public int? ReferenceFrames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="referenceFrames")>]
member this.ReferenceFrames : Nullable<int> with get, set
Public Property ReferenceFrames As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to