NSValue.FromCMTimeMapping(CMTimeMapping) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an NSValue that wraps a CMTimeMapping object.
[Foundation.Export("valueWithCMTimeMapping:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSValue FromCMTimeMapping (CoreMedia.CMTimeMapping timeMapping);
[Foundation.Export("valueWithCMTimeMapping:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSValue FromCMTimeMapping (CoreMedia.CMTimeMapping timeMapping);
static member FromCMTimeMapping : CoreMedia.CMTimeMapping -> Foundation.NSValue
Parameters
- timeMapping
- CMTimeMapping
Returns
- Attributes