IDvdControl2::Pause method
The Pause method pauses or resumes playback at the current location.
Syntax
HRESULT Pause(
[in] BOOL bState
);
Parameters
- bState [in]
-
Value of type Boolean that specifies whether to pause playback; TRUE means to pause.
Return value
Returns one of the following values.
| Return code | Description |
|---|---|
|
Success. |
|
Invalid domain. |
|
UOP control prohibits the DVD Navigator from entering a paused state. |
Remarks
Putting the DVD Navigator into a paused state freezes playback and any internal timers, similar to IMediaControl::Pause. If the filter graph is not running, this method does nothing.
The following table shows the Annex J command name to which this method name corresponds, and the domains in which this method is valid.
| Annex J Command Name | Valid Domains |
| Pause_On, Pause_Off |
|
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
See also