VideoPlayerTools provides the tools for video player.
More...
|
qint64 | frame_to_mseconds (int frame, int fps) |
| frame_to_mseconds convert the frame to mseconds
|
|
qint64 | mseconds_to_frame (qint64 msec, int fps) |
| mseconds_to_frame convert the mseconds to frame
|
|
VideoPlayerTools provides the tools for video player.
◆ frame_to_mseconds()
qint64 VideoPlayerTools::frame_to_mseconds |
( |
int |
frame, |
|
|
int |
fps |
|
) |
| |
frame_to_mseconds convert the frame to mseconds
- Parameters
-
frame | the frame to convert |
fps | the fps of the video |
- Returns
- the mseconds
◆ mseconds_to_frame()
qint64 VideoPlayerTools::mseconds_to_frame |
( |
qint64 |
msec, |
|
|
int |
fps |
|
) |
| |
mseconds_to_frame convert the mseconds to frame
- Parameters
-
msec | the mseconds to convert |
fps | the fps of the video |
- Returns
- the frame