implemented core audio recording support
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
***/
|
||||
|
||||
#include "sequenceviewer.h"
|
||||
#include "panel/timeline/timeline.h"
|
||||
|
||||
namespace olive {
|
||||
|
||||
@@ -29,6 +30,12 @@ SequenceViewerPanel::SequenceViewerPanel(QWidget *parent) :
|
||||
Retranslate();
|
||||
}
|
||||
|
||||
void SequenceViewerPanel::StartCapture(const TimeRange &time, const Track::Reference &track)
|
||||
{
|
||||
TimelinePanel *tp = static_cast<TimelinePanel *>(sender());
|
||||
static_cast<ViewerWidget*>(GetTimeBasedWidget())->StartCapture(tp->timeline_widget(), time, track);
|
||||
}
|
||||
|
||||
void SequenceViewerPanel::Retranslate()
|
||||
{
|
||||
ViewerPanel::Retranslate();
|
||||
|
||||
Reference in New Issue
Block a user