Re: Seekable media formats
Look at SeekSlider. It has such method
Code:
void setSingleStep ( int milliseconds )
Re: Seekable media formats
I'm not worried about the user interface (ie. slider) ability provide me the time, but rather the underlying media seek. I'm going to synchronize video clips with other stuff so I need to be sure it really seeks to the given time. Currently I'm working on Java + JMF, which only provides seekability to some ancient media formats. I may change the platform to cpp + qt if better support for these requirements is available.
- Mari -