We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27a673 commit afd23aeCopy full SHA for afd23ae
1 file changed
Sources/TimecodeKit/API Evolution/API-1.6.7.swift
@@ -0,0 +1,16 @@
1
+//
2
+// API-1.6.7.swift
3
+// TimecodeKit • https://github.com/orchetect/TimecodeKit
4
+// © 2022 Steffan Andrews • Licensed under MIT License
5
6
+
7
+import Foundation
8
9
+// MARK: API Changes in TimecodeKit 1.6.7
10
11
+// MARK: Timecode.FrameRate
12
13
+extension VideoFrameRate {
14
+ @available(*, deprecated, renamed: "_48p")
15
+ public static let _48 = Self._48p
16
+}
0 commit comments