namespace CPF.Mac.CoreMedia { public struct CMTimeRange { public CMTime Start; public CMTime Duration; } }