| 451 | } |
| 452 | |
| 453 | std::shared_ptr<Channel> SelectHandle::FindChannel() |
| 454 | { |
| 455 | if (const auto pView = mpView.lock()) |
| 456 | return pView->FindChannel(); |
| 457 | else |
| 458 | return {}; |
| 459 | } |
| 460 | |
| 461 | std::shared_ptr<const Track> SelectHandle::FindTrack() const |
| 462 | { |