다음을 통해 공유


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

적용 대상