Contents

supportedOutputSettingsKeys(for:)

Returns a list of supported keys to use in the output settings dictionary.

Declaration

func supportedOutputSettingsKeys(for connection: AVCaptureConnection) -> [String]

Parameters

  • connection:

    The connection that delivers the media to encode.

Return Value

An array of keys that can be set in the setOutputSettings(_:for:)method.

See Also

Managing output settings