[C#]public static FrameFilter Create( FrameFilterInfo info ); public static FrameFilter Create( FrameFilterImpl impl ); public static FrameFilter Create( String name ); public static FrameFilter Create( String name, String module );
Name of the FrameFilter to look for in the FrameFilterInfo.FrameFilterInfos list.
Name of the module of the FrameFilter to look for in the FrameFilterInfo.FrameFilterInfos list.
The FrameFilterInfo to create the FrameFilter from.
The FrameFilterImpl to create the FrameFilter from.
This method returns the same as FilterInfo.Name.
<< FrameFilter