Movie::GetVideoFrameTime
Defined in:
Returns the duration of a single video frame in a movie.
C4Movies.h
Prototype
MovieTime GetVideoFrameTime(void) const;
Description
The GetVideoFrameTime
function returns the duration of each video frame in a movie.The returned
MovieTime
type represents times in integer units of 36000 ticks per second.
See Also