duration abstract method

double duration(
  1. int row,
  2. int index
)

How long frame index of row is held, in seconds.

Infinite where the frame is never left.

Implementation

double duration(int row, int index);