public class PlayerPanelPrefs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
autoLoop |
boolean |
autoPlay |
java.util.List |
recentUrls |
RTPTransmitWizardConfig |
rtpTransmitWizardConfig |
TranscodeWizardConfig |
transcodeWizardConfig |
Constructor and Description |
---|
PlayerPanelPrefs() |
public java.util.List recentUrls
public boolean autoPlay
public boolean autoLoop
public RTPTransmitWizardConfig rtpTransmitWizardConfig
public TranscodeWizardConfig transcodeWizardConfig
public static java.io.File getFile()
public void load(java.io.Reader reader) throws java.io.IOException
java.io.IOException
public void write(java.io.Writer writer) throws java.io.IOException
writer
- destination for the registry data.java.io.IOException