Click or drag to resize
VideoEncoderConfigurationIFrameFrequency Property
Gets or sets the I-Frame frequency.
When set to 0, the encoder will decide when it is best create an I-Frame.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int IFrameFrequency { get; set; }

Property Value

Type: Int32
The I-Frame frequency.
See Also