共用方式為


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

適用於