DictionaryContainer.SetCMTimeValue(NSString, Nullable<CMTime>) 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.
Stores the CMTimevalue
and associates it with the key
.
protected void SetCMTimeValue (Foundation.NSString key, Nullable<CoreMedia.CMTime> value);
member this.SetCMTimeValue : Foundation.NSString * Nullable<CoreMedia.CMTime> -> unit