AVBitStreamFilter
public struct AVBitStreamFilter
Undocumented
-
Find a bitstream filter with the specified name.
Declaration
Swift
public init?(name: String)
Parameters
name
The name of the bitstream filter.
-
The name of the bitstream filter.
Declaration
Swift
public var name: String { get }
-
A list of codec ids supported by the bitstream filter. May be
nil
, in that case the bitstream filter works with any codec id.Declaration
Swift
public var codecIds: [AVCodecID]? { get }
-
Get all registered bitstream filters.
Declaration
Swift
public static var supportedFilters: [AVBitStreamFilter] { get }
-
Declaration
Swift
public var description: String { get }