Derives from kdu_compressed_target
[Declared in "../apps/compressed_io/kdu_video_io.h"]
This abstract base class defines core services of interest to applications which generate compressed video content. Itself derived from kdu_compressed_target, implementations of this class may be passed to kdu_codestream::create, for the purpose of generating or transcoding individual images in a compressed video sequence.
Kakadu's implementation of the Motion JPEG2000 file format offers an appropriately derived class ( mj2_video_target), which implements the interfaces declared here. For a much simpler implementation, or inspiration for implementing your own video target classes, you might consider the kdu_simple_video_target class.
open_image [virtual] {Java: Open_image}
close_image [virtual] {Java: Close_image}