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.
Prints a description of the time to the console.
func CMTimeShow(_ time: CMTime)A time to show.
This function is most appropriate to use for debugging purposes.