Movie::GetVideoFrameSize
Defined in:
Returns the dimensions of the video frame in a movie.
C4Movies.h
Prototype
const Integer2D& GetVideoFrameSize(void) const;
Description
The GetVideoFrameSize
function returns the width and height, in pixels, of the video track in a movie.
See Also