THPSimpleGetVideoInfo

Syntax

#include "THPSimple.h"

BOOL THPSimpleGetVideoInfo(THPVideoInfo *videoInfo);

Arguments

videoInfo Pointer to a THPVideoInfo structure that stores the THP movie data's video information.

Return Values

Returns TRUE if successful, FALSE otherwise.

Description

The THPSimpleGetVideoInfo function gets the video information for the THP movie data that was opened by the THPSimpleOpen function, and stores it in the THPVideoInfo structure specified by the argument.

See Also

THPSimpleOpen

Revision History

2006/03/01 Initial version.


CONFIDENTIAL