Microsoft DirectX 8.1 (C++) |
Note The IDvdControl interface is deprecated.
Resumes playback of the current media file after a pause.
Syntax
HRESULT PauseOff(void);
Return Value
Returns an HRESULT value.
Remarks
If the media file was not paused in playback, 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