Class QTCaptureDeviceInput
- java.lang.Object
-
- org.jitsi.impl.neomedia.quicktime.NSObject
-
- org.jitsi.impl.neomedia.quicktime.QTCaptureInput
-
- org.jitsi.impl.neomedia.quicktime.QTCaptureDeviceInput
-
public class QTCaptureDeviceInput extends QTCaptureInput
Represents a QTKit QTCaptureDeviceInput object.- Author:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description QTCaptureDeviceInput(long ptr)Initializes a new QTCaptureDeviceInput which is to represent a specific QTKit QTCaptureDeviceInput object.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QTCaptureDeviceInputdeviceInputWithDevice(QTCaptureDevice device)protected voidfinalize()Called by the garbage collector to release system resources and perform other cleanup.
-
-
-
Method Detail
-
deviceInputWithDevice
public static QTCaptureDeviceInput deviceInputWithDevice(QTCaptureDevice device) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
finalize
protected void finalize()
Called by the garbage collector to release system resources and perform other cleanup.- Overrides:
finalizein classObject- See Also:
Object.finalize()
-
-