Tao.Sdl SDK Documentation

Smpeg.SMPEG_loop Method 

Set or clear looping play on an SMPEG object

[Visual Basic]
Public Shared Sub SMPEG_loop( _
   ByVal mpeg As IntPtr, _
   ByVal repeat As Integer _
)
[C#]
public static void SMPEG_loop(
   IntPtr mpeg,
   int repeat
);

Parameters

mpeg
Handle to MPEG file.
repeat

Remarks

Binds to a C-function call in smpeg.h

            void SMPEG_loop( SMPEG* mpeg, int repeat )
            

See Also

Smpeg Class | Tao.Sdl Namespace