Constructor and Description |
---|
CapturePluginData()
Default Constructor
|
CapturePluginData(CapturePluginData data)
Copies Settings from another Data-Object
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this Object
|
DeviceIf[] |
getDeviceArray()
Returns all Devices as Array
|
Collection<DeviceIf> |
getDevices()
Returns all Devices
|
int |
getMarkPriority()
Gets the mark priority used by capture plugin.
|
void |
readData(ObjectInputStream in,
CapturePlugin p)
Loads the Data from an InputStream
|
void |
setMarkPriority(int priority)
Sets the mark priority used by capture plguin.
|
void |
writeData(ObjectOutputStream out)
Writes the Data to an OuputStream
|
public CapturePluginData()
public CapturePluginData(CapturePluginData data)
data
- Data object to copypublic void writeData(ObjectOutputStream out) throws IOException
out
- write hereIOException
- problems while writingpublic void readData(ObjectInputStream in, CapturePlugin p) throws IOException, ClassNotFoundException
in
- InputStreamp
- PluginIOException
- problems while readingClassNotFoundException
- class creation problemspublic Collection<DeviceIf> getDevices()
public DeviceIf[] getDeviceArray()
public int getMarkPriority()
public void setMarkPriority(int priority)
priority
- The new mark priority.TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)