Uses of Class
org.robovm.apple.avfoundation.AVVideoSettings
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVVideoSettings in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return types with arguments of type AVVideoSettings Modifier and Type Method Description static List<AVVideoSettings>AVVideoSettings.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.avfoundation with parameters of type AVVideoSettings Modifier and Type Method Description booleanAVAssetWriter. canApplyOutputSettings(AVVideoSettings outputSettings, AVMediaType mediaType)voidAVCaptureStillImageOutput. setVideoOutputSettings(AVVideoSettings outputSettings)Deprecated.voidAVCaptureVideoDataOutput. setVideoSettings(AVVideoSettings videoSettings)static longAVVideoSettings.Marshaler. toNative(AVVideoSettings o, long flags)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVVideoSettings Modifier and Type Method Description static longAVVideoSettings.AsListMarshaler. toNative(List<AVVideoSettings> l, long flags)static AVVideoSettingsAVVideoSettings.Marshaler. toObject(Class<AVVideoSettings> cls, long handle, long flags)Constructors in org.robovm.apple.avfoundation with parameters of type AVVideoSettings Constructor Description AVAssetReaderTrackOutput(AVAssetTrack track, AVVideoSettings outputSettings)AVAssetReaderVideoCompositionOutput(NSArray<AVAssetTrack> videoTracks, AVVideoSettings videoSettings)AVAssetWriterInput(AVMediaType mediaType, AVVideoSettings outputSettings)AVAssetWriterInput(AVMediaType mediaType, AVVideoSettings outputSettings, CMFormatDescription sourceFormatHint)