Creates a new value object containing the specified CoreMedia time mapping structure.
SDKs
- iOS 4.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- AVFoundation
Declaration
+ (NSValue *)valueWithCMTimeMapping:(CMTime Mapping)timeMapping;
Parameters
timeMapping
The value for the new object.
Return Value
A new value object that contains the time mapping information.