Contents

CMTimeCopyDescription(allocator:time:)

Creates a string representation of the time.

Declaration

func CMTimeCopyDescription(allocator: CFAllocator?, time: CMTime) -> CFString?

Parameters

  • allocator:

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

  • time:

    The time to describe.

Return Value

A string representation of the time.

See Also

Representing Times