| synopsis || functions |

jpx_codestream_target

Java: Jpx_codestream_target

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


Synopsis

Manages a single codestream within a JPX file. Specifically, this object manages the codestream-specific attributes which will be recorded either in a codestream header (chdr) box or the global JP2 header box.

Objects of this class are merely interfaces to an internal object, which cannot be directly created by an application. Use jpx_target::add_codestream to obtain a non-empty interface.


Public Functions

jpx_codestream_target (2 forms)

exists {Java: Exists}

operator!

access_dimensions {Java: Access_dimensions}

access_palette {Java: Access_palette}

set_breakpoint

open_stream {Java: Open_stream}

access_stream {Java: Access_stream}


| top || synopsis || functions |