Contents

encode(_:forKey:)

Encodes a given Core Media time structure and associates it with a specified key.

Declaration

func encode(_ time: CMTime, forKey key: String)

Parameters

  • time:

    A CMTime structure.

  • key:

    The key with which to associate time in the archive.

See Also

Related Documentation

Encoding Core Media Time Structures