org.mmbase.util.media.video
Class RawVideoDef
java.lang.Object
|
+--org.mmbase.util.media.video.RawVideoDef
- All Implemented Interfaces:
- CompareInterface, Sortable
- public class RawVideoDef
- extends java.lang.Object
- implements Sortable, CompareInterface
- Version:
- $Id: RawVideoDef.java,v 1.5 2002/01/28 16:35:02 pierre Exp $
- Author:
- vpro
|
Method Summary |
int |
compare(java.lang.Object thisO,
java.lang.Object otherO)
The compare function called by SortedVector to sort things |
int |
compare(Sortable otherItem)
The compare function called by SortedVector to sort things |
java.lang.String |
getRealVideoUrl(scanpage sp)
|
static java.util.Vector |
sort(java.util.Vector unsorted)
Sort vector with RawVideos |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STATUS_VERZOEK
public static final int STATUS_VERZOEK
STATUS_ONDERWEG
public static final int STATUS_ONDERWEG
STATUS_GEDAAN
public static final int STATUS_GEDAAN
FORMAT_R5
public static final int FORMAT_R5
FORMAT_G2
public static final int FORMAT_G2
MINSPEED
public static final int MINSPEED
MAXSPEED
public static final int MAXSPEED
MINCHANNELS
public static final int MINCHANNELS
number
public int number
otype
public int otype
- Deprecated. implied by number
owner
public java.lang.String owner
- Deprecated. implied by number
id
public int id
status
public int status
format
public int format
speed
public int speed
channels
public int channels
url
public java.lang.String url
cpu
public java.lang.String cpu
RawVideoDef
public RawVideoDef(MMObjectNode node)
sort
public static java.util.Vector sort(java.util.Vector unsorted)
- Sort vector with RawVideos
getRealVideoUrl
public java.lang.String getRealVideoUrl(scanpage sp)
compare
public int compare(java.lang.Object thisO,
java.lang.Object otherO)
- Description copied from interface:
CompareInterface
- The compare function called by SortedVector to sort things
- Specified by:
compare in interface CompareInterface
compare
public int compare(Sortable otherItem)
- Deprecated. implement compareTo for Comparable interface
- Description copied from interface:
Sortable
- The compare function called by SortedVector to sort things
- Specified by:
compare in interface Sortable
- Following copied from interface:
org.mmbase.util.Sortable
- See Also:
SortedVector
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
MMBase 2002