mirror of
https://github.com/yattee/yattee.git
synced 2025-11-30 21:28:14 +00:00
Playback rate
This commit is contained in:
@@ -47,4 +47,8 @@ class Segment: ObservableObject, Hashable {
|
||||
func title() -> String {
|
||||
category
|
||||
}
|
||||
|
||||
func shouldSkip(_ atTime: CMTime) -> Bool {
|
||||
atTime.seconds - start < 2 && end - atTime.seconds > 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user