Uses of Class
org.robovm.apple.avfoundation.AVCaptureInputPort
| Package | Description |
|---|---|
| org.robovm.apple.avfoundation |
-
Uses of AVCaptureInputPort in org.robovm.apple.avfoundation
Methods in org.robovm.apple.avfoundation that return types with arguments of type AVCaptureInputPort Modifier and Type Method Description NSArray<AVCaptureInputPort>AVCaptureConnection. getInputPorts()NSArray<AVCaptureInputPort>AVCaptureDeviceInput. getPorts(String mediaType, String sourceDeviceType, AVCaptureDevicePosition sourceDevicePosition)NSArray<AVCaptureInputPort>AVCaptureInput. getPorts()Methods in org.robovm.apple.avfoundation with parameters of type AVCaptureInputPort Modifier and Type Method Description protected longAVCaptureConnection. init(AVCaptureInputPort port, AVCaptureVideoPreviewLayer layer)static NSObjectProtocolAVCaptureInputPort.Notifications. observeFormatDescriptionDidChange(AVCaptureInputPort object, VoidBlock1<AVCaptureInputPort> block)Method parameters in org.robovm.apple.avfoundation with type arguments of type AVCaptureInputPort Modifier and Type Method Description protected longAVCaptureConnection. init(NSArray<AVCaptureInputPort> ports, AVCaptureOutput output)static NSObjectProtocolAVCaptureInputPort.Notifications. observeFormatDescriptionDidChange(AVCaptureInputPort object, VoidBlock1<AVCaptureInputPort> block)Constructors in org.robovm.apple.avfoundation with parameters of type AVCaptureInputPort Constructor Description AVCaptureConnection(AVCaptureInputPort port, AVCaptureVideoPreviewLayer layer)Constructor parameters in org.robovm.apple.avfoundation with type arguments of type AVCaptureInputPort Constructor Description AVCaptureConnection(NSArray<AVCaptureInputPort> ports, AVCaptureOutput output)