更新代码

This commit is contained in:
feiyangqingyun
2020-10-29 08:44:09 +08:00
parent bd33a53808
commit 85a577fe90
9 changed files with 110 additions and 12 deletions

View File

@@ -553,6 +553,41 @@ void VideoWidget::btnClicked()
emit btnClicked(btn->objectName());
}
uint VideoWidget::getLength()
{
return 0;
}
uint VideoWidget::getPosition()
{
return 0;
}
void VideoWidget::setPosition(int position)
{
}
bool VideoWidget::getMute()
{
return false;
}
void VideoWidget::setMute(bool mute)
{
}
int VideoWidget::getVolume()
{
return 0;
}
void VideoWidget::setVolume(int volume)
{
}
void VideoWidget::setInterval(int interval)
{