| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.service.neomedia |
| Modifier and Type | Method and Description |
|---|---|
SrtpControl |
MediaServiceImpl.createSrtpControl(SrtpControlType srtpControlType)
Initializes a new SrtpControl instance with a specific
SrtpControlType.
|
| Modifier and Type | Method and Description |
|---|---|
static SrtpControlType |
SrtpControlType.fromString(String protoName) |
SrtpControlType |
SrtpControl.getSrtpControlType()
Gets the SrtpControlType of this instance.
|
SrtpControlType |
AbstractSrtpControl.getSrtpControlType()
Gets the SrtpControlType of this instance.
|
static SrtpControlType |
SrtpControlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrtpControlType[] |
SrtpControlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SrtpControl |
MediaService.createSrtpControl(SrtpControlType srtpControlType)
Initializes a new SrtpControl instance with a specific
SrtpControlType.
|
| Constructor and Description |
|---|
AbstractSrtpControl(SrtpControlType srtpControlType)
Initializes a new AbstractSrtpControl instance with a specific
SrtpControlType.
|
Copyright © 2022 jitsi.org. All rights reserved.