Tao.Sdl SDK Documentation

Smpeg.SMPEG_new Method 

[Visual Basic]
Public Shared Function SMPEG_new( _
   ByVal file As String, _
   ByRef info As SMPEG_Info, _
   ByVal sdl_audio As Integer _
) As IntPtr
[C#]
public static IntPtr SMPEG_new(
   string file,
   out SMPEG_Info info,
   int sdl_audio
);

See Also

Smpeg Class | Tao.Sdl Namespace