Microsoft DirectX 9.0

IDvdControl::PauseOn

Note   The IDvdControl interface is deprecated. Use IDvdControl2 instread.

Pauses the current media file playback.

Syntax

HRESULT PauseOn(void);

Return Value

Returns an HRESULT value.

Remarks

This method freezes playback and any internal timers, similar to IMediaControl::Pause. If the media file was not running, this method does nothing.

This method returns an error unless the domain is DVD_DOMAIN_VideoManagerMenu, DVD_DOMAIN_VideoTitleSetMenu, or DVD_DOMAIN_Title. For more information, see DVD_DOMAIN.

See Also