| 79 | } |
| 80 | |
| 81 | CFrameCursorPos CFrameSelection::GetCursorStart() const { |
| 82 | return {GstFirstSelectedFrame(), GetFirstSelectedChannel()}; |
| 83 | } |
| 84 | |
| 85 | CFrameCursorPos CFrameSelection::GetCursorEnd() const { |
| 86 | return {GetLastSelectedFrame(), GetLastSelectedChannel()}; |
no outgoing calls
no test coverage detected