Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
IDvdControl::PauseOff
- Note The IDvdControl interface is deprecated. Use IDvdControl2 instread.
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.
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also