Uses of Class
net.sf.dvbcentral.lib.Tune.CodeRate

Uses of Tune.CodeRate in net.sf.dvbcentral.lib
 

Methods in net.sf.dvbcentral.lib that return Tune.CodeRate
 Tune.CodeRate Tune.getHPCodeRate()
          Getter for frontend's high priority stream code rate.
 Tune.CodeRate Tune.getLPCodeRate()
          Getter for frontend's low priority stream code rate.
static Tune.CodeRate Tune.CodeRate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Tune.CodeRate[] Tune.CodeRate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.dvbcentral.lib with parameters of type Tune.CodeRate
 Tune Tune.codeRate(boolean highPriorityStream, Tune.CodeRate codeRate)
          Creates new clonned tune with different code rate than this one has.
 



Built on May 22 2009.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.