mmpGetRepeat

Syntax

BOOL mmpGetRepeat(idMovie)

This function determines whether the Movie Player instance is set to repeat the movie.

Parameters

MMPID idMovie

Identifies the movie ID of the Movie Player instance.

Return Value

Returns TRUE if repeat is on. Returns FALSE if repeat is off.

Comments

If the repeat flag is set to TRUE, the Movie Player automatically rewinds and continues play after the last frame is shown.

See Also

mmpSetRepeat