Tao.Sdl SDK Documentation |
|
Smpeg.SMPEG_status Method
Get the current status of an SMPEG object
[Visual Basic]
Public Shared Function SMPEG_status( _
ByVal
mpeg As
IntPtr _
) As
Integer
[C#]
public static
int SMPEG_status(
IntPtr mpeg);
Parameters
-
mpeg
- Handle to MPEG file.
Return Value
SMPEG status: SMPEG_ERROR, SMPEG_PLAYING, SMPEG_STOPPED
Remarks
Binds to a C-function call in smpeg.h
SMPEGstatus SMPEG_status( SMPEG* mpeg )
See Also
Smpeg Class | Tao.Sdl Namespace