void SetSelectionEnd(long ms) { if (!inputVideoAVI) return; g_project->SetSelectionEnd(g_project->GetFrameCount() - inputVideoAVI->msToSamples(ms)); }
void SetSelectionStart(long ms) { if (!inputVideoAVI) return; g_project->SetSelectionStart(inputVideoAVI->msToSamples(ms)); }