CCIMXDesktop
 
Loading...
Searching...
No Matches
VideoPlayerTools Namespace Reference

VideoPlayerTools provides the tools for video player. More...

Functions

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
 

Detailed Description

VideoPlayerTools provides the tools for video player.

Function Documentation

◆ frame_to_mseconds()

qint64 VideoPlayerTools::frame_to_mseconds ( int  frame,
int  fps 
)

frame_to_mseconds convert the frame to mseconds

Parameters
framethe frame to convert
fpsthe 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
msecthe mseconds to convert
fpsthe fps of the video
Returns
the frame