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

jpx_metanode::test_numlist

Java: Jpx_metanode::Test_numlist

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"]

Go to class description.


Synopsis

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).


Arguments

codestream_idx [int]

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.

compositing_layer_idx [int]

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.

applies_to_rendered_result [bool]

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.


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