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.Methodflags, 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.hwDeviceContextandAVCodecHWConfig.Method.hwFramesContext, otherwise unused.Declaration
Swift
public var deviceType: AVHWDeviceType { get }
View on GitHub
Install in Dash
AVCodecHWConfig Structure Reference