pub unsafe fn CMTimebaseSetMasterClock(
timebase: CMTimebaseRef,
newMasterClock: CMClockRef,
) -> OSStatusExpand description
Sets the master clock for a timebase. Wraps CMTimebaseSetMasterClock.
ยงSafety
timebase and newMasterClock must be valid Core Media references.