VideoParams.GopSize 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.
Group of Pictures (GOP) size for video encoding. Controls the interval between keyframes, affecting compression efficiency and seeking performance.
public int? GopSize { get; set; }
member this.GopSize : Nullable<int> with get, set
Public Property GopSize As Nullable(Of Integer)