Returns a serializable property list that’s sufficient to identify the option within its group.
SDKs
- iOS 5.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 6.0+
Framework
- AVFoundation
Declaration
- (id)propertyList;
Return Value
A serializable property list that you can use to obtain an instance of AVMedia
representing the same option as the receiver using media
.
Discussion
You can serialize the returned property list using NSProperty
.