org.mmbase.applications.media.filters
Class RealSorter
java.lang.Object
org.mmbase.applications.media.filters.Sorter
org.mmbase.applications.media.filters.ChainSorter
org.mmbase.applications.media.filters.RealSorter
- All Implemented Interfaces:
- Comparator<URLComposer>, Filter
public class RealSorter
- extends ChainSorter
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.
- Version:
- $Id: RealSorter.java 36047 2009-06-14 14:44:44Z michiel $
- Author:
- Michiel Meeuwissen, Rob Vermeulen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_TAG
public static final String CONFIG_TAG
- See Also:
- Constant Field Values
RealSorter
public RealSorter()
MMBase 2.0-SNAPSHOT - null