public interface ReceiveStreamBufferListener
| Modifier and Type | Method and Description |
|---|---|
void |
bufferReceived(javax.media.rtp.ReceiveStream receiveStream,
javax.media.Buffer buffer)
Notify the listener that the data in the Buffer (as byte[])
has been read by the MediaDevice the listener is attached to
|
void bufferReceived(javax.media.rtp.ReceiveStream receiveStream,
javax.media.Buffer buffer)
receiveStream - the ReceiveStream which provided the
packet(s)buffer - the Buffer into which the packets has been readCopyright © 2022 jitsi.org. All rights reserved.