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 5fc1040 commit 68779b9Copy full SHA for 68779b9
Sources/swift/Track.swift
@@ -14,7 +14,7 @@ public class Track : Composition {
14
15
public enum Kind : String {
16
case video = "Video"
17
- case audion = "Audio"
+ case audio = "Audio"
18
}
19
20
public enum NeighborGapPolicy: Int {
0 commit comments