CMTime 构造函数

定义

重载

CMTime(Int64, Int32)
CMTime(Int64, Int32, Int64)

CMTime(Int64, Int32)

public CMTime (long value, int timescale);
new CoreMedia.CMTime : int64 * int -> CoreMedia.CMTime

参数

value
Int64
timescale
Int32

适用于

CMTime(Int64, Int32, Int64)

public CMTime (long value, int timescale, long epoch);
new CoreMedia.CMTime : int64 * int * int64 -> CoreMedia.CMTime

参数

value
Int64
timescale
Int32
epoch
Int64

适用于