Tao.Sdl SDK Documentation

Smpeg.SMPEG_error Method 

SMPEG errors messages.

[Visual Basic]
Public Shared Function SMPEG_error( _
   ByVal mpeg As IntPtr _
) As String
[C#]
public static string SMPEG_error(
   IntPtr mpeg
);

Parameters

mpeg
MPEG file pointer

Return Value

Return NULL if there is no error in the MPEG stream, or an error message if there was a fatal error in the MPEG stream for the SMPEG object..

Remarks

Binds to a C-function call in smpeg.h

            char *SMPEG_error( SMPEG* mpeg );
            

See Also

Smpeg Class | Tao.Sdl Namespace