Package org.jitsi.service.neomedia
Interface SrtpControl.TransformEngine
-
- All Superinterfaces:
TransformEngine
- All Known Implementing Classes:
DtlsTransformEngine,SDesTransformEngine,ZRTPTransformEngine
- Enclosing interface:
- SrtpControl
public static interface SrtpControl.TransformEngine extends TransformEngine
Adds a cleanup() method to org.jitsi.impl.neomedia.transform.TransformEngine which is to go in hand with the cleanup() method of SrtpControl.- Author:
- Lyubomir Marinov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcleanup()Cleans up this TransformEngine and prepares it for garbage collection.-
Methods inherited from interface org.jitsi.impl.neomedia.transform.TransformEngine
getRTCPTransformer, getRTPTransformer
-
-