This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExporter Interface > IVideoExporter.FrameDuration Property (ArcObjects .NET 10.5 SDK) |
The duration of each frame in milliseconds.
[Visual Basic .NET] Public Property FrameDuration As Integer
[C#] public int FrameDuration {get; set;}
[C++]
HRESULT get_FrameDuration(
long* pFrameDuration
);
[C++]
HRESULT put_FrameDuration(
long pFrameDuration
);
[C++]
Parameters pFrameDuration [out, retval] pFrameDuration is a parameter of type long pFrameDuration [in] pFrameDuration is a parameter of type long