next up previous contents index
Next: FMPTrayOperation Up: General functions Previous: FMPSet   Contents   Index

FMPStop

This command stops the playback.

DWORD FMPStop ();

Remarks
This function is synchronous: when the call returns, the driver will be in stop mode.

Using the push model (FMPOpen), it is possible to resume playback after a FMPStop (using FMPPlay).

Using the disc playback model (FMPOpenDiscPlayback), it is not possible to resume playback after a FMPStop. You have to call FMPClose after using FMPStop.

ReturnValue
Returns a 32 bit unsigned value. Typical return values might include one of the following :

\begin{figure}\begin{tabular}{\vert l\vert l\vert}
\hline
FMPE\_OK & No error \\...
..._DRIVER\_NOT\_OPEN & The driver is not open \\
\hline
\end{tabular}\end{figure}

See also
FMPPause(1.5.6), FMPPlay(1.5.7)

Figure 1.55: FMPStop Operating Systems and Streaming Models
\begin{figure}\centering\begin{tabular}{\vert l\vert c\vert c\vert c\vert c\vert...
...& $\bullet$& $\bullet$& $\bullet$& $\bullet$\\
\hline
\end{tabular}\end{figure}



mabelsha 2002-03-26