SoConverterParametersSetOutputDataFormat Method (String) |
Set the output data format from a format string.
Namespace: OIV.LDM.Converters
Like the -f command line argument. The format is specified as "u*" for unsigned integer, "s*" for signed integer or "f" for float, where * = 8, 16 or 32. Default is no conversion. Returns true if parameter is valid, else returns false.
Note that if the input reader does not support the requested conversion, the output data format will be the same as the input data format (no conversion).