This document is archived and information here might be outdated.  Recommended version.


IVideoExporterProperties.KeyFrameRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IV > IVideoExporterProperties Interface > IVideoExporterProperties.KeyFrameRate Property
ArcGIS Developer Help

IVideoExporterProperties.KeyFrameRate Property

The frequency of keyframes in the video.

[Visual Basic .NET]
Public Property KeyFrameRate As Integer
[C#]
public int KeyFrameRate {get; set;}
[C++]
HRESULT get_KeyFrameRate(
  long pKeyFrameRate
);
[C++]
HRESULT put_KeyFrameRate(
  System.Int32* pKeyFrameRate
);
[C++]
Parameters
pKeyFrameRate [in]

pKeyFrameRate is a parameter of type long pKeyFrameRate [out, retval]
pKeyFrameRate is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IVideoExporterProperties Interface