org.mmbase.util.media.video.videoparts
Class VideoPartDef
java.lang.Object
|
+--org.mmbase.util.media.video.videoparts.VideoPartDef
- public class VideoPartDef
- extends java.lang.Object
- Version:
- $Id: VideoPartDef.java,v 1.7 2002/01/28 16:35:03 pierre Exp $
- Author:
- vpro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
number
public int number
otype
public int otype
- Deprecated. not used, implied by number
owner
public java.lang.String owner
- Deprecated. not used, implied by number
title
public java.lang.String title
subtitle
public java.lang.String subtitle
source
public int source
playtime
public int playtime
intro
public java.lang.String intro
body
public java.lang.String body
storage
public int storage
starttime
public java.lang.String starttime
stoptime
public java.lang.String stoptime
rawvideos
public java.util.Vector rawvideos
- all the rawvideos connected to this node
rawvideo
public RawVideoDef rawvideo
- the best for the user in speed/channels.
VideoPartDef
public VideoPartDef()
VideoPartDef
public VideoPartDef(MMBase mmbase,
int number)
VideoPartDef
public VideoPartDef(MMBase mmbase,
MMObjectNode node)
setparameters
public boolean setparameters(MMBase mmbase,
int number)
setparameters
public boolean setparameters(MMBase mmbase,
MMObjectNode node)
getRawVideos
public boolean getRawVideos(MMBase mmbase,
int wantedspeed,
int wantedchannels,
boolean sorted)
getStartStop
public void getStartStop(MMBase mmbase)
toText
public java.lang.String toText()
getRealVideoUrl
public java.lang.String getRealVideoUrl(scanpage sp)
- Gets the Realvideo url and ads the 'title','start' and 'end' name and values parameters.
davzev: Removed the double quotes around the values since Real SMIL doesn't handle it correctly.
- Parameters:
sp - the scanepage- Returns:
- a String with the url.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
MMBase 2002