public interface MediaSink extends Component
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesReceived()
Shows the number of bytes received by this sink since last start;
|
long |
getPacketsReceived()
Shows the number of packets received by this medis sink since last start.
|
boolean |
isStarted()
Gets true if component is able to receive media.
|
void |
perform(Frame frame)
Allows to transfer frame from media source to media sink
|
boolean isStarted()
long getPacketsReceived()
long getBytesReceived()
void perform(Frame frame)
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.