Package org.red5.server.stream
Class OutputStream
java.lang.Object
org.red5.server.stream.OutputStream
Output stream that consists of audio, video and data channels
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOutputStream
(Channel video, Channel audio, Channel data) Creates output stream from channels -
Method Summary
-
Field Details
-
log
protected static org.slf4j.Logger logLogger -
video
Video channel -
audio
Audio channel -
data
Data channel
-
-
Constructor Details
-
OutputStream
Creates output stream from channels- Parameters:
video
- Video channelaudio
- Audio channeldata
- Data channel
-
-
Method Details
-
close
public void close()Closes audion, video and data channels -
getAudio
Getter for audio channel- Returns:
- Audio channel
-
getData
Getter for data channel- Returns:
- Data channel
-
getVideo
Getter for video channel- Returns:
- Video channel
-