next up previous contents index
Next: MPEGDriverEntry 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.

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(4.3.8), FMPPlay(4.3.9)

Figure 4.49: 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}



Sigma Designs 2001-05-01