Home
last modified time | relevance | path

Searched refs:KEY_PtsShift_Value (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DStreamParserBase.java392 String str = collection.getSettings().getProperty(Keys.KEY_PtsShift_Value); in nextFilePTS()
404 …getString("nextfile.shift.manual", collection.getSettings().getProperty(Keys.KEY_PtsShift_Value))); in nextFilePTS()
406 …return ((long)(Double.parseDouble(collection.getSettings().getProperty(Keys.KEY_PtsShift_Value)) *… in nextFilePTS()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/common/
H A DKeys.java183 …public final static String[] KEY_PtsShift_Value = { "SpecialPanel.PtsShift.Value", "0" }; //combox… field in Keys
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DCollectionProperties.java466 pts_shift.setActionCommand(Keys.KEY_PtsShift_Value[0]); in buildSpecialPanel()
467 pts_shift.setSelectedItem(getProperty(Keys.KEY_PtsShift_Value)); in buildSpecialPanel()
H A DPreSettings.java309 pts_shift.setActionCommand(Keys.KEY_PtsShift_Value[0]); in buildSpecialPanel()
310 pts_shift.setSelectedItem(Common.getSettings().getProperty(Keys.KEY_PtsShift_Value)); in buildSpecialPanel()