Class AVAssetResourceLoadingContentInformationRequest

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class AVAssetResourceLoadingContentInformationRequest
    extends NSObject
    Since:
    Available in iOS 7.0 and later.
    • Constructor Detail

      • AVAssetResourceLoadingContentInformationRequest

        protected AVAssetResourceLoadingContentInformationRequest()
      • AVAssetResourceLoadingContentInformationRequest

        protected AVAssetResourceLoadingContentInformationRequest​(NSObject.Handle h,
                                                                  long handle)
      • AVAssetResourceLoadingContentInformationRequest

        protected AVAssetResourceLoadingContentInformationRequest​(NSObject.SkipInit skipInit)
    • Method Detail

      • getContentType

        public java.lang.String getContentType()
      • setContentType

        public void setContentType​(java.lang.String v)
      • getAllowedContentTypes

        public NSArray<NSString> getAllowedContentTypes()
        Since:
        Available in iOS 11.2 and later.
      • getContentLength

        public long getContentLength()
      • setContentLength

        public void setContentLength​(long v)
      • isByteRangeAccessSupported

        public boolean isByteRangeAccessSupported()
      • setByteRangeAccessSupported

        public void setByteRangeAccessSupported​(boolean v)
      • getRenewalDate

        public NSDate getRenewalDate()
        Since:
        Available in iOS 8.0 and later.
      • setRenewalDate

        public void setRenewalDate​(NSDate v)
        Since:
        Available in iOS 8.0 and later.