public interface IStream
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this stream.
|
org.red5.codec.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.
|
long |
getStartTime()
Returns the timestamp at which the stream was started.
|
void |
start()
Start this stream.
|
void |
stop()
Stop this stream.
|
String getName()
IBroadcastStream.getPublishedName()org.red5.codec.IStreamCodecInfo getCodecInfo()
IScope getScope()
void start()
void stop()
void close()
long getCreationTime()
long getStartTime()
Copyright © 2005–2017 Red5. All rights reserved.