Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias AVClassCategory = CFFmpeg.AVClassCategory
-
Undocumented
Declaration
Swift
public typealias AVGetFormatHandler = (AVCodecContext, [AVPixelFormat]) -> AVPixelFormat
-
Undocumented
Declaration
Swift
public typealias AVCodecParserResult = (UnsafeMutablePointer<UInt8>?, Int, Int)
-
Undocumented
Declaration
Swift
public typealias AVDeviceRect = CFFmpeg.AVDeviceRect
-
Message types used by
AVFormatContext.sendMessageToDevice(type:data:)
.Declaration
Swift
public typealias AVAppToDevMessageType = CFFmpeg.AVAppToDevMessageType
-
Message types used by
AVFormatContext.sendMessageToApplication(type:data:)
.Declaration
Swift
public typealias AVDevToAppMessageType = CFFmpeg.AVDevToAppMessageType
-
Undocumented
Declaration
Swift
public typealias AVHWDeviceType = CFFmpeg.AVHWDeviceType
-
Undocumented
Declaration
Swift
public typealias AVHWFrameTransferDirection = CFFmpeg.AVHWFrameTransferDirection
-
Directory entry types.
Declaration
Swift
public typealias AVIODirEntryType = CFFmpeg.AVIODirEntryType
-
Callback for checking whether to abort blocking functions.
AVError.exit
is returned in this case by the interrupted function. During blocking operations, callback is called with opaque as parameter. If the callback returns 1, the blocking operation will be aborted.Declaration
Swift
public typealias AVIOInterruptCallback = AVIOInterruptCB
-
Undocumented
Declaration
Swift
public typealias AVIOReadHandler = (UnsafeMutableRawPointer?, UnsafeMutablePointer<UInt8>?, Int) -> Int
-
Undocumented
Declaration
Swift
public typealias AVIOWriteHandler = (UnsafeMutableRawPointer?, UnsafeMutablePointer<UInt8>?, Int) -> Int
-
Undocumented
Declaration
Swift
public typealias AVIOSeekHandler = (UnsafeMutableRawPointer?, Int64, Int) -> Int64
-
Undocumented
Declaration
Swift
public typealias AVOptionType = CFFmpeg.AVOptionType
-
Undocumented
Declaration
Swift
public typealias AVSampleFormat = CFFmpeg.AVSampleFormat
-
Undocumented
Declaration
Swift
public typealias AVMediaType = CFFmpeg.AVMediaType
-
Rational number (pair of numerator and denominator).
Declaration
Swift
public typealias AVRational = CFFmpeg.AVRational
-
Rounding methods.
Declaration
Swift
public typealias AVRounding = CFFmpeg.AVRounding
-
Undocumented
Declaration
Swift
public typealias AVPictureType = CFFmpeg.AVPictureType
-
Undocumented
Declaration
Swift
public typealias AVPixelFormat = CFFmpeg.AVPixelFormat