|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.applications.media.filters.Sorter
org.mmbase.applications.media.filters.ChainSorter
org.mmbase.applications.media.filters.RealSorter
This can sort according to properties of real streams. The client can request a certain speed/channels, but it can be forced to be between two values (configured in mediasourcefilter.xml). This ia 'chainsorter' meaning that it is a combination of severa; other sorters, which are implemented as inner classes. This is because several criteria are to be distinguished, and taking them apart makes things nice and simple.
| Nested Class Summary | |
protected class |
RealSorter.ChannelsSorter
Sort with channels |
protected class |
RealSorter.RealFormatSorter
Prefer real a little if this filter is used. |
protected class |
RealSorter.SpeedSorter
Sort with speed |
| Field Summary | |
static java.lang.String |
CONFIG_TAG
|
| Constructor Summary | |
RealSorter()
|
|
| Methods inherited from class org.mmbase.applications.media.filters.ChainSorter |
add, clear, compareURLComposer, configure, size |
| Methods inherited from class org.mmbase.applications.media.filters.Sorter |
compare, filter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
equals |
| Field Detail |
public static final java.lang.String CONFIG_TAG
| Constructor Detail |
public RealSorter()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||