public interface TransformOutputStream
extends javax.media.rtp.OutputDataStream
OutputDataStream which applies transformations via a
PacketTransformer to the data written into it.| Modifier and Type | Method and Description |
|---|---|
PacketTransformer |
getTransformer()
Gets the
PacketTransformer used by this instance to transform
RawPackets. |
void |
setTransformer(PacketTransformer transformer)
Sets the
PacketTransformer to be used by this instance to
transform RawPackets. |
PacketTransformer getTransformer()
PacketTransformer used by this instance to transform
RawPackets.PacketTransformer used by this instance to transform
RawPacketsvoid setTransformer(PacketTransformer transformer)
PacketTransformer to be used by this instance to
transform RawPackets.transformer - the PacketTransformer to be used by this
instance to transform RawPacketsCopyright © 2022 jitsi.org. All rights reserved.