Contents

CMTimeShow(_:)

Prints a description of the time to the console.

Declaration

func CMTimeShow(_ time: CMTime)

Parameters

  • time:

    A time to show.

Discussion

This function is most appropriate to use for debugging purposes.

See Also

Representing Times