mediaSelectionOption(withPropertyList:)
Returns the media selection options that match the given property list.
Declaration
func mediaSelectionOption(withPropertyList plist: Any) -> AVMediaSelectionOption?Parameters
- plist:
A property list previously obtained from an option in the group using Propertylist() (
AVMediaSelectionOption).
Return Value
An AVMediaSelectionOption object containing the properites passed by plist. Returns nil when no match is found.