Contents

value(forProperty:)

Gets the value for a specified media property key.

Declaration

func value(forProperty property: String) -> Any?

Parameters

  • property:

    The media property to retrieve the value from. Takes Media Item Properties and Playlist Properties from Itlibmediaitem.

Return Value

The value of the specified media property key.

See Also

Getting Media Item Properties