Uses of Interface
org.jitsi.service.neomedia.SrtpControl
-
-
Uses of SrtpControl in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return SrtpControl Modifier and Type Method Description SrtpControlMediaServiceImpl. createSrtpControl(SrtpControlType srtpControlType)Initializes a new SrtpControl instance with a specific SrtpControlType.SrtpControlMediaStreamImpl. getSrtpControl()Gets the SrtpControl which controls the SRTP of this stream.Methods in org.jitsi.impl.neomedia with parameters of type SrtpControl Modifier and Type Method Description MediaStreamMediaServiceImpl. createMediaStream(StreamConnector connector, MediaDevice device, SrtpControl srtpControl)Creates a new MediaStream instance which will use the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.MediaStreamMediaServiceImpl. createMediaStream(StreamConnector connector, org.jitsi.utils.MediaType mediaType, SrtpControl srtpControl)Initializes a new MediaStream instance which is to exchange media of a specific MediaType via a specific StreamConnector.Constructors in org.jitsi.impl.neomedia with parameters of type SrtpControl Constructor Description AudioMediaStreamImpl(StreamConnector connector, MediaDevice device, SrtpControl srtpControl)Initializes a new AudioMediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of audio exchanged via the specified StreamConnector.MediaStreamImpl(MediaDevice device, SrtpControl srtpControl)Initializes a new MediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of media.MediaStreamImpl(StreamConnector connector, MediaDevice device, SrtpControl srtpControl)Initializes a new MediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.VideoMediaStreamImpl(StreamConnector connector, MediaDevice device, SrtpControl srtpControl)Initializes a new VideoMediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of video exchanged via the specified StreamConnector. -
Uses of SrtpControl in org.jitsi.impl.neomedia.transform
Classes in org.jitsi.impl.neomedia.transform that implement SrtpControl Modifier and Type Class Description classNullSrtpControlImplements a no-opSrtpControl, i.e. -
Uses of SrtpControl in org.jitsi.impl.neomedia.transform.dtls
Classes in org.jitsi.impl.neomedia.transform.dtls that implement SrtpControl Modifier and Type Class Description classDtlsControlImplImplementsDtlsControli.e. -
Uses of SrtpControl in org.jitsi.impl.neomedia.transform.sdes
Classes in org.jitsi.impl.neomedia.transform.sdes that implement SrtpControl Modifier and Type Class Description classSDesControlImplDefault implementation ofSDesControlthat supports the crypto suites of the original RFC4568 and the KDR parameter, but nothing else. -
Uses of SrtpControl in org.jitsi.impl.neomedia.transform.zrtp
Classes in org.jitsi.impl.neomedia.transform.zrtp that implement SrtpControl Modifier and Type Class Description classZrtpControlImplControls zrtp in the MediaStream.Methods in org.jitsi.impl.neomedia.transform.zrtp with parameters of type SrtpControl Modifier and Type Method Description voidZrtpControlImpl. setMultistream(SrtpControl master)Start multi-stream ZRTP sessions. -
Uses of SrtpControl in org.jitsi.service.neomedia
Subinterfaces of SrtpControl in org.jitsi.service.neomedia Modifier and Type Interface Description interfaceDtlsControlImplementsSrtpControlfor DTSL-SRTP.interfaceSDesControlSDES based SRTP MediaStream encryption control.interfaceZrtpControlZRTP based SRTP MediaStream encryption control.Classes in org.jitsi.service.neomedia that implement SrtpControl Modifier and Type Class Description classAbstractSrtpControl<T extends SrtpControl.TransformEngine>Provides an abstract, base implementation ofSrtpControlto facilitate implementers.Methods in org.jitsi.service.neomedia that return SrtpControl Modifier and Type Method Description SrtpControlMediaService. createSrtpControl(SrtpControlType srtpControlType)Initializes a new SrtpControl instance with a specific SrtpControlType.SrtpControlMediaStream. getSrtpControl()The ZrtpControl which controls the ZRTP for this stream.Methods in org.jitsi.service.neomedia with parameters of type SrtpControl Modifier and Type Method Description MediaStreamMediaService. createMediaStream(StreamConnector connector, MediaDevice device, SrtpControl srtpControl)Creates a MediaStream that will be using the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.MediaStreamMediaService. createMediaStream(StreamConnector connector, org.jitsi.utils.MediaType mediaType, SrtpControl srtpControl)Initializes a new MediaStream instance which is to exchange media of a specific MediaType via a specific StreamConnector.voidAbstractSrtpControl. setMultistream(SrtpControl master)Sets the multistream data, which means that the master stream has successfully started and this will start all other streams in this session.voidSrtpControl. setMultistream(SrtpControl master)Sets the multistream data, which means that the master stream has successfully started and this will start all other streams in this session. -
Uses of SrtpControl in org.jitsi.service.neomedia.event
Methods in org.jitsi.service.neomedia.event with parameters of type SrtpControl Modifier and Type Method Description voidSrtpListener. securityNegotiationStarted(org.jitsi.utils.MediaType mediaType, SrtpControl sender)Indicates that we started the process of securing the connection.voidSrtpListener. securityTurnedOn(org.jitsi.utils.MediaType mediaType, String cipher, SrtpControl sender)Indicates that the security has been turned on.
-