mediaObject(forIdentifier:)
Returns the media object with the specified identifier.
Declaration
func mediaObject(forIdentifier mediaObjectIdentifier: String) -> MLMediaObject?Parameters
- mediaObjectIdentifier:
The media object identifier to search for in the media source.
Discussion
The media source must have finished loading before this method returns valid data. Specifically, the root media group must be available before the lookup methods will succeed. Otherwise, the return value is undefined.