Class AVAssetResourceLoadingContentInformationRequest

java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVAssetResourceLoadingContentInformationRequest
All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class AVAssetResourceLoadingContentInformationRequest
extends NSObject
  • Constructor Details

    • AVAssetResourceLoadingContentInformationRequest

      protected AVAssetResourceLoadingContentInformationRequest()
    • AVAssetResourceLoadingContentInformationRequest

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

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

    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType​(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()
    • setRenewalDate

      public void setRenewalDate​(NSDate v)