AVVideoCodecSettings.MaxKeyFrameInterval Property

Definition

Specifies a key to access the maximum interval between key frames.

public Nullable<int> MaxKeyFrameInterval { get; set; }
member this.MaxKeyFrameInterval : Nullable<int> with get, set

Property Value

1 means key frames only.

Remarks

The property uses constant AVVideoMaxKeyFrameIntervalKey value to access the underlying dictionary.

Applies to