Uses of Class
org.robovm.apple.avfoundation.AVCaptureDevice
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureDevice in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return AVCaptureDevice Modifier and Type Method Description AVCaptureDeviceAVCaptureDevice. getActivePrimaryConstituentDevice()static AVCaptureDeviceAVCaptureDevice. getDefaultDevice(String deviceType, AVMediaType mediaType, AVCaptureDevicePosition position)static AVCaptureDeviceAVCaptureDevice. getDefaultDeviceForMediaType(AVMediaType mediaType)AVCaptureDeviceAVCaptureDeviceInput. getDevice()static AVCaptureDeviceAVCaptureDevice. getDeviceWithUniqueID(String deviceUniqueID)Methods in org.robovm.apple.avfoundation that return types with arguments of type AVCaptureDevice Modifier and Type Method Description NSArray<AVCaptureDevice>AVCaptureDevice. getConstituentDevices()static NSArray<AVCaptureDevice>AVCaptureDevice. getDevices()Deprecated.Deprecated in iOS 10.0.NSArray<AVCaptureDevice>AVCaptureDeviceDiscoverySession. getDevices()static NSArray<AVCaptureDevice>AVCaptureDevice. getDevicesForMediaType(AVMediaType mediaType)Deprecated.Deprecated in iOS 10.0.NSArray<AVCaptureDevice>AVCaptureDevice. getFallbackPrimaryConstituentDevices()NSArray<AVCaptureDevice>AVCaptureDevice. getSupportedFallbackPrimaryConstituentDevices()NSArray<AVCaptureDevice>AVCapturePhotoSettings. getVirtualDeviceConstituentPhotoDeliveryEnabledDevices()Methods in org.robovm.apple.avfoundation with parameters of type AVCaptureDevice Modifier and Type Method Description static NSDataAVCaptureDevice. getExtrinsicMatrix(AVCaptureDevice fromDevice, AVCaptureDevice toDevice)static NSObjectProtocolAVCaptureDevice.Notifications. observeSubjectAreaDidChange(AVCaptureDevice object, VoidBlock1<AVCaptureDevice> block)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVCaptureDevice Modifier and Type Method Description static NSObjectProtocolAVCaptureDevice.Notifications. observeSubjectAreaDidChange(AVCaptureDevice object, VoidBlock1<AVCaptureDevice> block)static NSObjectProtocolAVCaptureDevice.Notifications. observeWasConnected(VoidBlock1<AVCaptureDevice> block)static NSObjectProtocolAVCaptureDevice.Notifications. observeWasDisconnected(VoidBlock1<AVCaptureDevice> block)voidAVCaptureDevice. setFallbackPrimaryConstituentDevices(NSArray<AVCaptureDevice> v)voidAVCapturePhotoSettings. setVirtualDeviceConstituentPhotoDeliveryEnabledDevices(NSArray<AVCaptureDevice> v)Constructors in org.robovm.apple.avfoundation with parameters of type AVCaptureDevice Constructor Description AVCaptureDeviceInput(AVCaptureDevice device)