public interface IPlayItem
Modifier and Type | Method and Description |
---|---|
long |
getLength()
Play length in milliseconds.
|
IMessageInput |
getMessageInput()
Get a message input for play.
|
String |
getName()
Get name of item.
|
long |
getStart()
Start time in milliseconds.
|
String getName()
long getStart()
long getLength()
IMessageInput getMessageInput()
Copyright © 2006-2012 The Red5 Project