Share via


DictionaryContainer.GetCMTimeValue(NSString) Method

Definition

Returns the nullable CMTime associated with key.

protected CoreMedia.CMTime? GetCMTimeValue(Foundation.NSString key);
member this.GetCMTimeValue : Foundation.NSString -> Nullable<CoreMedia.CMTime>

Parameters

key
NSString

The identifier of the value to get.

Returns

The stored CMTime if present in the dictionary, null otherwise.

Applies to