Contents

decodeTime(forKey:)

Returns the Core Media time structure associated with a given key.

Declaration

func decodeTime(forKey key: String) -> CMTime

Parameters

  • key:

    The key for a CMTime structure encoded in the receiver.

Return Value

The CMTime structure associated with key in the archive.

See Also

Related Documentation

Decoding Core Media Time Structures