canAccept(_:)
Asks the extension whether the decoder can decode frames with the format description that you specify.
Declaration
optional func canAccept(_ formatDescription: CMFormatDescription) -> BoolParameters
- formatDescription:
The new format description to evaluate.