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.
Accesses the property for the specified key for reading.
subscript(key: SHMediaItemProperty) -> Any { get }The key for the media item property.
The value of the property; otherwise, nil.