SeekWhence
public struct SeekWhence
Undocumented
-
ORing this as the
whence
parameter to a seek function causes it to return the filesize without seeking anywhere. Supporting this is optional. If it is not supported then the seek function will return <0.Declaration
Swift
public static let size: AVIOContext.SeekWhence
-
Passing this flag as the
whence
parameter to a seek function causes it to seek by any means (like reopening and linear reading) or other normally unreasonable means that can be extremely slow. This may be ignored by the seek code.Declaration
Swift
public static let force: AVIOContext.SeekWhence
-
Undocumented
Declaration
Swift
public let rawValue: Int32
-
Undocumented
Declaration
Swift
public init(rawValue: Int32)