Share via


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

Definition

Associates a nullable CMTime value with key.

protected void SetCMTimeValue(Foundation.NSString key, CoreMedia.CMTime? value);
member this.SetCMTimeValue : Foundation.NSString * Nullable<CoreMedia.CMTime> -> unit

Parameters

key
NSString

The identifier of the value to get.

value
Nullable<CMTime>

The nullable CMTime value to be associated with key. Pass null to remove any existing association.

Applies to