Contents

encode(_:forKey:)

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

Declaration

func encode(_ timeRange: CMTimeRange, forKey key: String)

Parameters

  • timeRange:

    A CMTimeRange structure.

  • key:

    The key with which to associate timeRange in the archive.

See Also

Related Documentation

Encoding Core Media Time Structures