Contents

settingsAttributes()

Returns a set of audio and video encoding attributes to display on the Compressor app interface.

Declaration

func settingsAttributes() -> [AnyHashable : Any]!

Return Value

A dictionary containing values for the keys defined in Encoder Attribute Keys.

Discussion

The Compressor app calls this method to get the encoder setting attributes to render on its interface and for configuring the decoder object.

See Also

Getting Extension Settings and Details