| synopsis || arguments || prev || next |
bool test_numlist( int codestream_idx, int compositing_layer_idx, bool applies_to_rendered_result)
Java: boolean Test_numlist( int codestream_idx, int compositing_layer_idx, boolean applies_to_rendered_result)
[Declared in "../apps/compressed_io/jpx.h"]
Returns true if get_numlist returns true AND the number list contains a reference to the codestream index supplied by codestream_idx (if non-negative), AND the number list contains a reference to the compositing layer index supplied by compositing_layer_idx (if non-negative), AND the number list contains a reference to the "rendered result" (if applies_to_rendered_result is true).
If negative, this argument is ignored. Otherwise, the number list must contain a reference to the indicated codestream index (indices start from 0) if the function is to return true.
If negative, this argument is ignored. Otherwise, the number list must contain a reference to the indicated compositing layer index (indices start from 0) if the function is to return true.
If true, the number list must contain a reference to the "rendered result" if the function is to return true. As explained in connection with the get_numlist_info function, it might not always be entirely clear what the "rendered result" is.