[]
Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.
public static ForwardWT createInstance(BlkImgDataSrc src, ParameterList pl, EncoderSpecs encSpec)
Public Shared Function createInstance(src As BlkImgDataSrc, pl As ParameterList, encSpec As EncoderSpecs) As ForwardWT
| Type | Name | Description |
|---|---|---|
| BlkImgDataSrc | src | The source of data to be transformed |
| ParameterList | pl | The parameter list (or options). |
| EncoderSpecs | encSpec |
| Type | Description |
|---|---|
| ForwardWT | A new ForwardWT object with the specified filters and options from 'pl'. |