Uses of Class
org.robovm.apple.avfoundation.AVLayerVideoGravity
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation | |
| org.robovm.apple.avkit |
-
Uses of AVLayerVideoGravity in org.robovm.apple.avfoundation
Fields in org.robovm.apple.avfoundation declared as AVLayerVideoGravity Modifier and Type Field Description static AVLayerVideoGravityAVLayerVideoGravity. Resizestatic AVLayerVideoGravityAVLayerVideoGravity. ResizeAspectstatic AVLayerVideoGravityAVLayerVideoGravity. ResizeAspectFillMethods in org.robovm.apple.avfoundation that return AVLayerVideoGravity Modifier and Type Method Description AVLayerVideoGravityAVCaptureVideoPreviewLayer. getVideoGravity()AVLayerVideoGravityAVPlayerLayer. getVideoGravity()AVLayerVideoGravityAVSampleBufferDisplayLayer. getVideoGravity()static AVLayerVideoGravityAVLayerVideoGravity.Marshaler. toObject(Class<AVLayerVideoGravity> cls, long handle, long flags)static AVLayerVideoGravityAVLayerVideoGravity. valueOf(NSString value)Methods in org.robovm.apple.avfoundation that return types with arguments of type AVLayerVideoGravity Modifier and Type Method Description static List<AVLayerVideoGravity>AVLayerVideoGravity.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.avfoundation with parameters of type AVLayerVideoGravity Modifier and Type Method Description voidAVCaptureVideoPreviewLayer. setVideoGravity(AVLayerVideoGravity v)voidAVPlayerLayer. setVideoGravity(AVLayerVideoGravity v)voidAVSampleBufferDisplayLayer. setVideoGravity(AVLayerVideoGravity v)static longAVLayerVideoGravity.Marshaler. toNative(AVLayerVideoGravity o, long flags)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVLayerVideoGravity Modifier and Type Method Description static longAVLayerVideoGravity.AsListMarshaler. toNative(List<AVLayerVideoGravity> l, long flags)static AVLayerVideoGravityAVLayerVideoGravity.Marshaler. toObject(Class<AVLayerVideoGravity> cls, long handle, long flags) -
Uses of AVLayerVideoGravity in org.robovm.apple.avkit
Methods in org.robovm.apple.avkit that return AVLayerVideoGravity Modifier and Type Method Description AVLayerVideoGravityAVPlayerViewController. getVideoGravity()Methods in org.robovm.apple.avkit with parameters of type AVLayerVideoGravity Modifier and Type Method Description voidAVPlayerViewController. setVideoGravity(AVLayerVideoGravity v)