org.red5.server.api.stream
Interface ISubscriberStreamNew
- All Superinterfaces:
- IStream
public interface ISubscriberStreamNew
- extends IStream
Standard stream for play as a list
- Author:
- Steven Gong (steven.gong@gmail.com)
NO_CAP
static final int NO_CAP
- See Also:
- Constant Field Values
PAUSABLE
static final int PAUSABLE
- See Also:
- Constant Field Values
SEEKABLE
static final int SEEKABLE
- See Also:
- Constant Field Values
STOPPABLE
static final int STOPPABLE
- See Also:
- Constant Field Values
INVALID
static final int INVALID
- See Also:
- Constant Field Values
INIT
static final int INIT
- See Also:
- Constant Field Values
PAUSED
static final int PAUSED
- See Also:
- Constant Field Values
PLAYING
static final int PLAYING
- See Also:
- Constant Field Values
STOPPED
static final int STOPPED
- See Also:
- Constant Field Values
getCapability
int getCapability()
seek
void seek(int position)
pause
void pause(int position)
resume
void resume(int position)
stop
void stop()
getStatus
int getStatus()
getConnection
IConnection getConnection()
Copyright © 2006 the Red5 project.