| Package | Description |
|---|---|
| org.jitsi.impl.neomedia |
| Modifier and Type | Method and Description |
|---|---|
protected TransformEngineWrapper<FECTransformEngine> |
MediaStreamImpl.getFecTransformEngine()
Creates the FECTransformEngine for this MediaStream.
|
protected TransformEngineWrapper<FECTransformEngine> |
VideoMediaStreamImpl.getFecTransformEngine()
Creates the FECTransformEngine for this MediaStream.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MediaStreamImpl.setFecTransformEngine(FECTransformEngine fecTransformEngine)
Sets the
FECTransformEngine for this MediaStream
By default, nothing is done with the passed engine, allowing extenders
to implement it |
protected void |
VideoMediaStreamImpl.setFecTransformEngine(FECTransformEngine fecTransformEngine)
Sets the
FECTransformEngine for this MediaStream
By default, nothing is done with the passed engine, allowing extenders
to implement it |
Copyright © 2021 jitsi.org. All rights reserved.