public interface IStream
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this stream.
|
IStreamCodecInfo |
getCodecInfo()
Get Codec info for a stream.
|
long |
getCreationTime()
Returns the timestamp at which the stream was created.
|
String |
getName()
Get the name of the stream.
|
IScope |
getScope()
Get the scope this stream is associated with.
|
void |
start()
Start this stream.
|
void |
stop()
Stop this stream.
|
String getName()
IBroadcastStream.getPublishedName()
IStreamCodecInfo getCodecInfo()
IScope getScope()
void start()
void stop()
void close()
long getCreationTime()
Copyright © 2006-2012 The Red5 Project