Utils Class

public class Utils

mack: I think this should be internal only

  • Choose the longest duration

    Declaration

    Swift

    public static func areTimeRangesGreaterThan(
        _ first: [CMTimeRange],
        _ second: [CMTimeRange]) -> Bool

    Parameters

    first

    first array of ranges

    second

    second array of ranges

    Return Value

    return true if second is larger than first