Contents

subscript(_:)

Accesses the property for the specified key for reading.

Declaration

subscript(key: SHMediaItemProperty) -> Any { get }

Parameters

  • key:

    The key for the media item property.

Return Value

The value of the property; otherwise, nil.

See Also

Working with media item properties