Uses of Class
org.robovm.apple.avfoundation.AVURLAssetOptions
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVURLAssetOptions in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVURLAssetOptions Modifier and Type Method Description AVURLAssetOptionsAVComposition. getURLAssetInitializationOptions()AVURLAssetOptionsAVURLAssetOptions. set(NSString key, NSObject value)AVURLAssetOptionsAVURLAssetOptions. setHTTPCookies(NSArray<NSHTTPCookie> hTTPCookies)AVURLAssetOptionsAVURLAssetOptions. setPrefersPreciseDurationAndTiming(boolean prefersPreciseDurationAndTiming)AVURLAssetOptionsAVURLAssetOptions. setReferenceRestrictions(AVAssetReferenceRestrictions referenceRestrictions)static AVURLAssetOptionsAVURLAssetOptions.Marshaler. toObject(Class<AVURLAssetOptions> cls, long handle, long flags)Methods in org.robovm.apple.avfoundation that return types with arguments of type AVURLAssetOptions Modifier and Type Method Description static List<AVURLAssetOptions>AVURLAssetOptions.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.avfoundation with parameters of type AVURLAssetOptions Modifier and Type Method Description protected static longAVMutableComposition. create(AVURLAssetOptions urlAssetInitializationOptions)protected longAVURLAsset. init(NSURL URL, AVURLAssetOptions options)static longAVURLAssetOptions.Marshaler. toNative(AVURLAssetOptions o, long flags)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVURLAssetOptions Modifier and Type Method Description static longAVURLAssetOptions.AsListMarshaler. toNative(List<AVURLAssetOptions> l, long flags)static AVURLAssetOptionsAVURLAssetOptions.Marshaler. toObject(Class<AVURLAssetOptions> cls, long handle, long flags)Constructors in org.robovm.apple.avfoundation with parameters of type AVURLAssetOptions Constructor Description AVFragmentedAsset(NSURL URL, AVURLAssetOptions options)AVMutableComposition(AVURLAssetOptions urlAssetInitializationOptions)AVURLAsset(NSURL URL, AVURLAssetOptions options)