|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.stream.OutputStream
public class OutputStream
Output stream that consists of audio, video and data channels
Channel
Field Summary | |
---|---|
protected static Logger |
log
Logger |
Constructor Summary | |
---|---|
OutputStream(Channel video,
Channel audio,
Channel data)
Creates output stream from channels |
Method Summary | |
---|---|
void |
close()
Closes audion, video and data channels |
Channel |
getAudio()
Getter for audio channel |
Channel |
getData()
Getter for data channel |
Channel |
getVideo()
Getter for video channel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Logger log
Constructor Detail |
---|
public OutputStream(Channel video, Channel audio, Channel data)
video
- Video channelaudio
- Audio channeldata
- Data channelMethod Detail |
---|
public void close()
public Channel getAudio()
public Channel getData()
public Channel getVideo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |