ArcObjects Library Reference (Animation)  

IVideoExporter.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(
  long pKeyFrameRate
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVideoExporter Interface