Tao.Sdl SDK Documentation

Smpeg.SMPEG_filter Method 

Set video filter

[Visual Basic]
Public Shared Function SMPEG_filter( _
   ByVal mpeg As IntPtr, _
   ByVal filter As IntPtr _
) As IntPtr
[C#]
public static IntPtr SMPEG_filter(
   IntPtr mpeg,
   IntPtr filter
);

Parameters

mpeg
Handle to MPEG file.
filter
IntPtr to SPEG_Filter

Remarks

Binds to a C-function call in smpeg.h

            SMPEG_Filter * SMPEG_filter( SMPEG* mpeg, SMPEG_Filter * filter )
            

See Also

Smpeg Class | Tao.Sdl Namespace