jaugment2.mediaplayer
Class CapturePanel.RecordingDeviceEntry

java.lang.Object
  |
  +--jaugment2.mediaplayer.CapturePanel.RecordingDeviceEntry
Enclosing class:
CapturePanel

private static class CapturePanel.RecordingDeviceEntry
extends java.lang.Object


Field Summary
private  javax.media.CaptureDeviceInfo i
           
 
Constructor Summary
CapturePanel.RecordingDeviceEntry(javax.media.CaptureDeviceInfo i)
           
 
Method Summary
 javax.media.CaptureDeviceInfo getCaptureDeviceInfo()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

i

private javax.media.CaptureDeviceInfo i
Constructor Detail

CapturePanel.RecordingDeviceEntry

public CapturePanel.RecordingDeviceEntry(javax.media.CaptureDeviceInfo i)
Method Detail

getCaptureDeviceInfo

public javax.media.CaptureDeviceInfo getCaptureDeviceInfo()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object