| Package | Description |
|---|---|
| org.jitsi.impl.neomedia.transform.fec |
| Modifier and Type | Field and Description |
|---|---|
protected FECTransformEngine.FecType |
FECTransformEngine.fecType
The fec type this transform engine will instantiate
|
| Modifier and Type | Method and Description |
|---|---|
static FECTransformEngine.FecType |
FECTransformEngine.FecType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FECTransformEngine.FecType[] |
FECTransformEngine.FecType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FECTransformEngine(FECTransformEngine.FecType fecType,
byte incomingPT,
byte outgoingPT,
MediaStream mediaStream)
Initializes a new FECTransformEngine instance.
|
Copyright © 2022 jitsi.org. All rights reserved.