Uses of Class
org.robovm.apple.avfoundation.AVAssetExportPreset
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVAssetExportPreset in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVAssetExportPreset Modifier and Type Method Description AVAssetExportPresetAVAssetExportSession. getPresetName()static AVAssetExportPresetAVAssetExportPreset.Marshaler. toObject(Class<AVAssetExportPreset> cls, long handle, long flags)static AVAssetExportPresetAVAssetExportPreset. valueOf(NSString value)Methods in org.robovm.apple.avfoundation that return types with arguments of type AVAssetExportPreset Modifier and Type Method Description static List<AVAssetExportPreset>AVAssetExportSession. getAllExportPresets()static List<AVAssetExportPreset>AVAssetExportSession. getCompatibleExportPresets(AVAsset asset)static List<AVAssetExportPreset>AVAssetExportPreset.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.avfoundation with parameters of type AVAssetExportPreset Modifier and Type Method Description static voidAVAssetExportSession. determineCompatibilityOfExportPreset(AVAssetExportPreset presetName, AVAsset asset, String outputFileType, VoidBooleanBlock handler)protected longAVAssetExportSession. init(AVAsset asset, AVAssetExportPreset presetName)static longAVAssetExportPreset.Marshaler. toNative(AVAssetExportPreset o, long flags)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVAssetExportPreset Modifier and Type Method Description static longAVAssetExportPreset.AsListMarshaler. toNative(List<AVAssetExportPreset> l, long flags)static AVAssetExportPresetAVAssetExportPreset.Marshaler. toObject(Class<AVAssetExportPreset> cls, long handle, long flags)Constructors in org.robovm.apple.avfoundation with parameters of type AVAssetExportPreset Constructor Description AVAssetExportSession(AVAsset asset, AVAssetExportPreset presetName)