FrameTimeGet Method (IMFrame)
frame time
Gets the frame time.
Syntax
Sub FrameTimeGet( _
   ByRef _pTime As M_TIME _
) 
void FrameTimeGet( 
   out M_TIME _pTime
)
procedure FrameTimeGet( 
   Out  _pTime: M_TIME
); 
void FrameTimeGet( 
   [PARAMFLAG::Out] M_TIME _pTime
) 

Parameters

_pTime
frame time
Example

See Also

Reference

IMFrame Interface
IMFrame Members