-
discard nothing
Declaration
Swift
public static let none: AVDiscard
-
discard useless packets like 0 size packets in avi
Declaration
Swift
public static let `default`: AVDiscard
-
discard all non reference
Declaration
Swift
public static let nonRef: AVDiscard
-
discard all bidirectional frames
Declaration
Swift
public static let bidir: AVDiscard
-
discard all non intra frames
Declaration
Swift
public static let nonIntra: AVDiscard
-
discard all frames except keyframes
Declaration
Swift
public static let nonKey: AVDiscard
-
discard all
Declaration
Swift
public static let all: AVDiscard