mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 02:18:17 +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