| synopsis || return value || arguments || prev || next |

kdu_compressed_video_source::seek_to_frame

Java: Kdu_compressed_video_source::Seek_to_frame

virtual bool seek_to_frame( int frame_idx)

Java: boolean Seek_to_frame( int frame_idx)

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

Go to class description.


Synopsis

Call this function to set the index (starts from 0) of the frame to be opened by the next call to open_image.


Return Value

False if the indicated frame does not exist, or frame seeking is not supported by the implementation.

Arguments

frame_idx [int]


| top || synopsis || return value || arguments || prev || next |