| synopsis || return value || arguments || prev || next |

jpx_compatibility::get_vendor_feature

Java: Jpx_compatibility::Get_vendor_feature

Overload navigation: 1, 2

bool get_vendor_feature( int which, kdu_byte uuid[])

Java: boolean Get_vendor_feature( int which, byte[] uuid)

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

Go to class description.


Synopsis

Same as get_standard_feature, but used to enumerate vendor features found in the reader requirements box.


Return Value

False if which is greater than or equal to the number of vendor features found in the reader requirements box.

Arguments

which [int]

uuid[] [kdu_byte]

Points to a 16-byte array into which the UUID of the vendor feature will be written. The contents of this array are undefined if the function returns false.


| top || synopsis || return value || arguments || prev || next |