ios – CMTimeCompare如何工作?

栏目: IOS · 发布时间: 5年前

内容简介:CMTimeCompare如何工作? Apple似乎已经从他们的文档中遗漏了返回值.我假设如果时间相等则返回零并返回正或负1,基于哪个更大?

CMTimeCompare如何工作? Apple似乎已经从他们的文档中遗漏了返回值.

https://developer.apple.com/library/mac/#documentation/CoreMedia/Reference/CMTime/Reference/reference.html

我假设如果时间相等则返回零并返回正或负1,基于哪个更大?

来自CMTime.h:

Returns the numerical relationship (-1 = less than, 1 = greater than,  0 = equal) of two CMTimes.
-1 is returned if time1 is less than time2. 0 is returned if they are equal. 1 is returned if time1 is greater than time2.

编辑:

请注意:

Invalid CMTimes are considered to be equal to other invalid CMTimes,  and greater than  any other CMTime. Positive infinity is considered to be less than any invalid CMTime,  equal to itself, and greater than any other CMTime. An indefinite CMTime is considered  to be less than any invalid CMTime, less than positive infinity, equal to itself,  and greater than any other CMTime. Negative infinity is considered to be equal to itself,  and less than any other CMTime.

翻译自:https://stackoverflow.com/questions/9632318/how-does-cmtimecompare-work


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

大型网站技术架构

大型网站技术架构

李智慧 / 电子工业出版社 / 2013-9-1 / 59.00元

《大型网站技术架构:核心原理与案例分析》通过梳理大型网站技术发展历程,剖析大型网站技术架构模式,深入讲述大型互联网架构设计的核心原理,并通过一组典型网站技术架构设计案例,为读者呈现一幅包括技术选型、架构设计、性能优化、Web 安全、系统发布、运维监控等在内的大型网站开发全景视图。 《大型网站技术架构:核心原理与案例分析》不仅适用于指导网站工程师、架构师进行网站技术架构设计,也可用于指导产品经......一起来看看 《大型网站技术架构》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

MD5 加密
MD5 加密

MD5 加密工具

html转js在线工具
html转js在线工具

html转js在线工具