|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStream
Base interface for stream objects. A stream object is always associated with a scope.
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getName()
IBroadcastStream.getPublishedName()
IStreamCodecInfo getCodecInfo()
IScope getScope()
void start()
void stop()
void close()
long getCreationTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |