Class AVMutableDateRangeMetadataGroup

  • All Implemented Interfaces:
    NSCopying, NSMutableCopying, NSObject

    public class AVMutableDateRangeMetadataGroup
    extends AVDateRangeMetadataGroup
    AVMutableDateRangeMetadataGroup AVMutableDateRangeMetadataGroup is used to represent a mutable collection of metadata items that are valid for use within a specific range of dates.
    • Constructor Detail

      • AVMutableDateRangeMetadataGroup

        protected AVMutableDateRangeMetadataGroup​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • initWithItemsStartDateEndDate

        public AVMutableDateRangeMetadataGroup initWithItemsStartDateEndDate​(NSArray<? extends AVMetadataItem> items,
                                                                             NSDate startDate,
                                                                             NSDate endDate)
        Description copied from class: AVDateRangeMetadataGroup
        initWithItems:startDate:endDate: Initializes an instance of AVDateRangeMetadataGroup with a collection of metadata items.
        Overrides:
        initWithItemsStartDateEndDate in class AVDateRangeMetadataGroup
        Parameters:
        items - An NSArray of AVMetadataItems.
        startDate - The start date of the collection of AVMetadataItems.
        endDate - The end date of the collection of AVMetadataItems. If the receiver is intended to represent information about an instantaneous event, the value of endDate should be equal to the value of startDate. A value of nil for endDate indicates that the endDate is indefinite.
        Returns:
        An instance of AVDateRangeMetadataGroup.
      • setEndDate

        public void setEndDate​(NSDate value)
        indicates the end date of the metadata
      • setItems

        public void setItems​(NSArray<? extends AVMetadataItem> value)
        an array of AVMetadataItems
      • setStartDate

        public void setStartDate​(NSDate value)
        indicates the start date of the metadata