IMFMediaEngine::GetLoop method (mfmediaengine.h)

Queries whether the Media Engine will loop playback.

Syntax

BOOL GetLoop();

Return value

Returns TRUE if looping is enabled, or FALSE otherwise.

Remarks

This method corresponds to getting the loop attribute of the HTMLMediaElement interface in HTML5.

If looping is enabled, the Media Engine seeks to the start of the content when playback reaches the end.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header mfmediaengine.h

See also

IMFMediaEngine