| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log
Logger
|
| Constructor and Description |
|---|
OutputStream(Channel video,
Channel audio,
Channel data)
Creates output stream from channels
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public void close()
public Channel getAudio()
public Channel getData()
public Channel getVideo()
Copyright © 2005–2017 Red5. All rights reserved.