public class TransformEngineWrapper<T extends TransformEngine> extends Object implements TransformEngine
| Constructor and Description |
|---|
TransformEngineWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(T t)
Determines whether this
TransformEngineWrapper contains a
specific TransformEngine. |
PacketTransformer |
getRTCPTransformer()
Gets the PacketTransformer for RTCP packets.
|
PacketTransformer |
getRTPTransformer()
Gets the PacketTransformer for RTP packets.
|
T |
getWrapped() |
void |
setWrapped(T wrapped) |
public boolean contains(T t)
TransformEngineWrapper contains a
specific TransformEngine.t - the TransformEngine to check whether it is contained in
this TransformEngineWrappertrue if t equals wrapped or t is
contained in the chain of wrapped (if wrapped is
a TransformEngineChain); otherwise, falsepublic PacketTransformer getRTCPTransformer()
getRTCPTransformer in interface TransformEnginepublic PacketTransformer getRTPTransformer()
getRTPTransformer in interface TransformEnginepublic T getWrapped()
public void setWrapped(T wrapped)
Copyright © 2022 jitsi.org. All rights reserved.