DictionaryContainer.SetCMTimeValue(NSString, Nullable<CMTime>) Method

Definition

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

Parameters

key
NSString

The identifier associated with the CMTime.

value
Nullable<CMTime>

The CMTime to be associated with key.

Applies to