AVVideoCodecSettings.MaxKeyFrameInterval 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.
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.