|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Tune in net.sf.dvbcentral.lib |
|---|
| Methods in net.sf.dvbcentral.lib that return Tune | |
|---|---|
Tune |
Tune.bandwidth(Tune.Bandwidth b)
New clone of the tune with changed bandwidth is created. |
Tune |
Tune.codeRate(boolean highPriorityStream,
Tune.CodeRate codeRate)
Creates new clonned tune with different code rate than this one has. |
static Tune |
Tune.createNew()
Creates new completely empty tune. |
static Tune |
Tune.createTelestrial(Locale l)
Creates a tune predefined with values according to the usual DVB-T settings in a location identified by the provided locale. |
Tune |
Tune.frequency(int hz)
Creates new tune with all values equal to this instance, just with changes frequency. |
Tune |
Tune.guardInterval(Tune.GuardInterval g)
New cloned tune with changed guard interval. |
Tune |
Tune.hierarchy(Tune.Hierarchy h)
New cloned tune with changed hierachy. |
Tune |
Tune.inversion(Tune.SpectralInversion si)
New cloned tune with inversion set to new value. |
Tune |
Tune.modulation(Tune.Modulation m)
New cloned tune with different modulation |
Tune |
Tune.transmitMode(Tune.TransmitMode mode)
New cloned tune with changed transmition mode. |
static Tune |
Tune.valueOf(String value,
Locale locale)
Support for parsing tunes. |
| Methods in net.sf.dvbcentral.lib with parameters of type Tune | |
|---|---|
void |
Frontend.tune(Tune tune)
Tunes the frontend to new frequency and other aspects provided by given tune. |
| Method parameters in net.sf.dvbcentral.lib with type arguments of type Tune | |
|---|---|
static Frontend |
Frontend.createVirtual(ReadableByteChannel channel,
Collection<? super Frontend.PID> pids,
Collection<? super Tune> tunes)
Creates a fake, virtual frontend that delegates all of its operations on provided interfaces. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||