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.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int IFrameFrequency { get; set; }
Public Property IFrameFrequency As Integer
Get
Set
public:
property int IFrameFrequency {
int get ();
void set (int value);
}
member IFrameFrequency : int with get, set
Property Value
Type:
Int32
The I-Frame frequency.
See Also