mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-03-19 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDMarkerPlayer'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -194,12 +194,12 @@ void RDCae::unloadPlay(int handle)
|
||||
}
|
||||
|
||||
|
||||
void RDCae::positionPlay(int handle,int pos)
|
||||
void RDCae::positionPlay(int handle,int msec)
|
||||
{
|
||||
if(pos<0) {
|
||||
if(msec<0) {
|
||||
return;
|
||||
}
|
||||
SendCommand(QString().sprintf("PP %d %u!",handle,pos));
|
||||
SendCommand(QString().sprintf("PP %d %u!",handle,msec));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user