org.mmbase.util.media.audio
Class RawAudioDef
java.lang.Object
|
+--org.mmbase.util.media.audio.RawAudioDef
- All Implemented Interfaces:
- CompareInterface, Sortable
- public class RawAudioDef
- extends java.lang.Object
- implements Sortable, CompareInterface
|
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 |
getRealAudioUrl(scanpage sp)
|
static java.util.Vector |
sort(java.util.Vector unsorted)
Sort vector with RawAudios |
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_WAV
public static final int FORMAT_WAV
FORMAT_PCM
public static final int FORMAT_PCM
FORMAT_G2
public static final int FORMAT_G2
STORAGE_STEREO
public static final int STORAGE_STEREO
STORAGE_STEREO_NOBACKUP
public static final int STORAGE_STEREO_NOBACKUP
STORAGE_MONO
public static final int STORAGE_MONO
STORAGE_MONO_NOBACKUP
public static final int STORAGE_MONO_NOBACKUP
MINSPEED
public static final int MINSPEED
MAXSPEED
public static final int MAXSPEED
MINCHANNELS
public static final int MINCHANNELS
WAV_MAXSPEED
public static final int WAV_MAXSPEED
G2_MINSPEED
public static final int G2_MINSPEED
G2_MAXSPEED
public static final int G2_MAXSPEED
AUDIO_DIR
public static final java.lang.String AUDIO_DIR
number
public int number
otype
public int otype
owner
public java.lang.String owner
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
RawAudioDef
public RawAudioDef(MMObjectNode node)
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)
- 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
sort
public static java.util.Vector sort(java.util.Vector unsorted)
- Sort vector with RawAudios
getRealAudioUrl
public java.lang.String getRealAudioUrl(scanpage sp)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
MMBase 2001