| synopsis || prev || next |

mj2_video_source::get_num_frames

Java: Mj2_video_source::Get_num_frames

virtual int get_num_frames( )

Java: int Get_num_frames( )

Overrides kdu_compressed_video_source::get_num_frames

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

Go to class description.


Synopsis

Returns the total number of frames in the track. In the case of an interlaced track ( get_field_order returns one of KDU_FIELDS_TOP_FIRST or KDU_FIELDS_TOP_SECOND), there are two images (fields) in every frame; this function returns the number of frames, not the number of images.


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