![]() |
This document is archived and information here might be outdated. Recommended version. |
Gets the begin and end frame number when playing by frames.
[Visual Basic .NET] Public Sub GetPlayIntervalFrames ( _ ByRef pBeginFrame As Integer, _ ByRef pEndFrame As Integer _ )
[C#] public void GetPlayIntervalFrames ( ref int pBeginFrame, ref int pEndFrame );
[C++]
HRESULT GetPlayIntervalFrames(
System.Int32* pBeginFrame,
System.Int32* pEndFrame
);
[C++]
Parameters pBeginFrame [out]
pBeginFrame is a parameter of type long* pEndFrame [out]
pEndFrame is a parameter of type long*