[Declared in "../apps/compressed_io/mj2.h"]
Supports the generation of MJ2 (Motion JPEG2000) files. The mj2_target object is able to manage one or more video tracks, each of which is associated with an object of the mj2_video_target class, which is derived from kdu_compressed_target. These video track objects form legitimate compressed data targets to pass to kdu_codestream::create.
Objects of this class are merely interfaces to an internal implementation object. Copying an mj2_target object simply duplicates the reference to this internal object. For this reason, mj2_target has no meaningful destructor. To destroy the internal object you must invoke the explicit close function.
mj2_target {Java: Mj2_target}
exists {Java: Exists}
open {Java: Open}
close {Java: Close}
add_video_track {Java: Add_video_track}