Uses of Class
org.jitsi.service.neomedia.SrtpControlType
-
Packages that use SrtpControlType Package Description org.jitsi.impl.neomedia org.jitsi.service.neomedia -
-
Uses of SrtpControlType in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia with parameters of type SrtpControlType Modifier and Type Method Description SrtpControlMediaServiceImpl. createSrtpControl(SrtpControlType srtpControlType)Initializes a new SrtpControl instance with a specific SrtpControlType. -
Uses of SrtpControlType in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia that return SrtpControlType Modifier and Type Method Description static SrtpControlTypeSrtpControlType. fromString(String protoName)SrtpControlTypeAbstractSrtpControl. getSrtpControlType()Gets the SrtpControlType of this instance.SrtpControlTypeSrtpControl. getSrtpControlType()Gets the SrtpControlType of this instance.static SrtpControlTypeSrtpControlType. 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.Methods in org.jitsi.service.neomedia with parameters of type SrtpControlType Modifier and Type Method Description SrtpControlMediaService. createSrtpControl(SrtpControlType srtpControlType)Initializes a new SrtpControl instance with a specific SrtpControlType.Constructors in org.jitsi.service.neomedia with parameters of type SrtpControlType Constructor Description AbstractSrtpControl(SrtpControlType srtpControlType)Initializes a new AbstractSrtpControl instance with a specific SrtpControlType.
-