AVCodecHWConfig
public struct AVCodecHWConfig
Undocumented
-
A hardware pixel format which the codec can use.
Declaration
Swift
public var pixelFormat: AVPixelFormat { get }
-
Bit set of
AVCodecHWConfig.Method
flags, describing the possible setup methods which can be used with this configuration.Declaration
Swift
public var methods: Method { get }
-
The device type associated with the configuration.
Must be set for
AVCodecHWConfig.Method.hwDeviceContext
andAVCodecHWConfig.Method.hwFramesContext
, otherwise unused.Declaration
Swift
public var deviceType: AVHWDeviceType { get }