SeekFlag
public struct SeekFlag
Undocumented
-
seek backward
Declaration
Swift
public static let backward: AVFormatContext.SeekFlag
-
seeking based on position in bytes
Declaration
Swift
public static let byte: AVFormatContext.SeekFlag
-
seek to any frame, even non-keyframes
Declaration
Swift
public static let any: AVFormatContext.SeekFlag
-
seeking based on frame number
Declaration
Swift
public static let frame: AVFormatContext.SeekFlag
-
Undocumented
Declaration
Swift
public let rawValue: Int32
-
Undocumented
Declaration
Swift
public init(rawValue: Int32)