THPPlayerGetVideoInfo

C Specification

#include "THPPlayer.h"
BOOL THPPlayerGetVideoInfo(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

This function gets the video information for the THP movie data that was opened by the THPPlayerOpen function, and stores the video information in the THPVideoInfo structure specified by the argument.

See Also

THPPlayerOpen

Revision History

03/01/2006 Initial version.