Contents

CMTimeCopyAsDictionary(_:allocator:)

Creates a dictionary representation of the time.

Declaration

func CMTimeCopyAsDictionary(_ time: CMTime, allocator: CFAllocator?) -> CFDictionary?

Parameters

  • time:

    A time from which to create a dictionary.

  • allocator:

    An allocator with which to create the dictionary. Pass Kcfallocatordefault to use the default allocator.

Return Value

A dictionary representation of the time.

See Also

Representing Times