A
B
C
D
E
G
H
I
M
O
P
R
S
T
U
V
W
O
- obtainMessage() - function in android.os.HandlerThreadHandler
- onAttach(UsbDevice) - function in com.serenegiant.usb.USBMonitor.OnDeviceConnectListener
- called when device attached
- onButton(int,int) - function in com.serenegiant.usb.IButtonCallback
- onCancel(UsbDevice) - function in com.serenegiant.usb.USBMonitor.OnDeviceConnectListener
- called when canceled or could not get permission from user
- onConnect(UsbDevice,USBMonitor.UsbControlBlock,boolean) - function in com.serenegiant.usb.USBMonitor.OnDeviceConnectListener
- called after device opend
- onDettach(UsbDevice) - function in com.serenegiant.usb.USBMonitor.OnDeviceConnectListener
- called when device dettach(after onDisconnect)
- onDisconnect(UsbDevice,USBMonitor.UsbControlBlock) - function in com.serenegiant.usb.USBMonitor.OnDeviceConnectListener
- called when USB device removed or its power off (this callback is called after device closing)
- onFrame(ByteBuffer) - function in com.serenegiant.usb.IFrameCallback
- This method is called from native library via JNI on the same thread as UVCCamera#startCapture.You can use both UVCCamera#startCapture and #setFrameCallbackbut it is better to use either for better performance.You can also pass pixel format type to UVCCamera#setFrameCallback for this method.Some frames may drops if this method takes a time.When you use some color format like NV21, this library never execute color space conversion,just execute pixel format conversion.
- onStatus(int,int,int,int,ByteBuffer) - function in com.serenegiant.usb.IStatusCallback
- open(USBMonitor.UsbControlBlock) - function in com.serenegiant.usb.UVCCamera
- connect to a UVC cameraUSB permission is necessary before this method is called
- openDevice(UsbDevice) - function in com.serenegiant.usb.USBMonitor
- 指定したUsbDeviceをopenする