| synopsis || arguments || prev || next |

jpx_compatibility::get_standard_feature

Java: Jpx_compatibility::Get_standard_feature

Overload navigation: 1, 2

bool get_standard_feature( int which, kdu_uint16 & feature_id, bool & is_supported)

Java: boolean Get_standard_feature( int which, int[] feature_id, boolean[] is_supported)

[Declared in "../apps/compressed_io/jpx.h"]

Go to class description.


Synopsis

Same as the first form of this overloaded function, except that the additional is_supported argument is used to return an indication of whether the feature is currently marked as supported. By default, all standard features are supported, except for those features which the internal object inherently fails to properly support, but this situation may be changed through calls to set_standard_feature_support.


Arguments

which [int]

feature_id [kdu_uint16 &]

is_supported [bool &]


| top || synopsis || arguments || prev || next |