| synopsis || prev |

kdu_compressed_video_source::get_frame_period

Java: Kdu_compressed_video_source::Get_frame_period

virtual kdu_long get_frame_period( )

Java: long Get_frame_period( )

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

Go to class description.


Synopsis

If no image is currently open, or if the compressed video source provides no timing information, this function returns 0. Otherwise, it returns the number of ticks associated with the frame to which the currently open image belongs. The number of ticks per second is identified by the get_timescale function. If the video is interlaced, there are two images (fields) in each frame period.


| top || synopsis || prev |