Tao.Sdl SDK Documentation

Smpeg.SMPEG_VERSION Method 

This method can be used to fill a version structure with the compile-time version of the SMPEG library.

[Visual Basic]
Public Shared Function SMPEG_VERSION() As SMPEG_version
[C#]
public static SMPEG_version SMPEG_VERSION();

Return Value

This function returns a Smpeg.SMPEG_version struct containing the compiled version number

Remarks

Binds to C-function call in smpeg.h:

#define SMPEG_VERSION(X)
            {
            (X)->major = SMPEG_MAJOR_VERSION;
            (X)->minor = SMPEG_MINOR_VERSION;
            (X)->patch = SMPEG_PATCHLEVEL;
            }

See Also

Smpeg Class | Tao.Sdl Namespace