org.red5.server.api.stream
Interface IPlayItem

All Known Implementing Classes:
SimplePlayItem

public interface IPlayItem

Playlist item. Each playlist item has name, start time, length in milliseconds and message input source.


Method Summary
 long getLength()
          Play length in milliseconds.
 IMessageInput getMessageInput()
          Get a message input for play.
 String getName()
          Get name of item.
 long getSize()
          Size in bytes.
 long getStart()
          Start time in milliseconds.
 

Method Detail

getName

String getName()
Get name of item. The VOD or Live stream provider is found according to this name.

Returns:

getStart

long getStart()
Start time in milliseconds.

Returns:

getLength

long getLength()
Play length in milliseconds.

Returns:

getSize

long getSize()
Size in bytes.

Returns:

getMessageInput

IMessageInput getMessageInput()
Get a message input for play. This object overrides the default algorithm for finding the appropriate VOD or Live stream provider according to the item name.

Returns:


Copyright © 2006-2007 the Red5 project.