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

mj2_video_target::set_field_order

Java: Mj2_video_target::Set_field_order

void set_field_order( kdu_field_order order)

Java: void Set_field_order( int order)

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

Go to class description.


Synopsis

For interlaced video tracks, call this function to indicate the order of the two fields. If order is KDU_FIELDS_NONE, each frame has a progressive scan, with only one field (this is the default). Otherwise, order must be one of KDU_FIELDS_TOP_FIRST or KDU_FIELDS_TOP_SECOND. In the former case, the first field in temporal sequence also holds the first line in its frame. Otherwise, the second field of each frame holds the top line of the frame.

It is illegal to call this function after the first call to open_image.


Arguments

order [kdu_field_order]


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