Uses of Interface
org.jitsi.util.event.VideoListener
-
Packages that use VideoListener Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.device org.jitsi.service.neomedia org.jitsi.util.event -
-
Uses of VideoListener in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia with parameters of type VideoListener Modifier and Type Method Description voidVideoMediaStreamImpl. addVideoListener(VideoListener listener)Adds a specific VideoListener to this VideoMediaStream in order to receive notifications when visual/video Components are being added and removed.voidVideoMediaStreamImpl. removeVideoListener(VideoListener listener)Removes a specific VideoListener from this VideoMediaStream in order to have to no longer receive notifications when visual/video Components are being added and removed. -
Uses of VideoListener in org.jitsi.impl.neomedia.device
Classes in org.jitsi.impl.neomedia.device that implement VideoListener Modifier and Type Class Description classVideoTranslatorMediaDeviceImplements a MediaDevice which is to be used in video conferencing implemented with an RTP translator.Methods in org.jitsi.impl.neomedia.device with parameters of type VideoListener Modifier and Type Method Description voidVideoMediaDeviceSession. addVideoListener(VideoListener listener)Adds a specific VideoListener to this instance in order to receive notifications when visual/video Components are being added and removed.voidVideoMediaDeviceSession. removeVideoListener(VideoListener listener)Removes a specific VideoListener from this instance in order to have to no longer receive notifications when visual/video Components are being added and removed. -
Uses of VideoListener in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia with parameters of type VideoListener Modifier and Type Method Description voidVideoMediaStream. addVideoListener(VideoListener listener)Adds a specific VideoListener to this VideoMediaStream in order to receive notifications when visual/video Components are being added and removed.voidVideoMediaStream. removeVideoListener(VideoListener listener)Removes a specific VideoListener from this VideoMediaStream in order to have to no longer receive notifications when visual/video Components are being added and removed. -
Uses of VideoListener in org.jitsi.util.event
Methods in org.jitsi.util.event with parameters of type VideoListener Modifier and Type Method Description voidVideoNotifierSupport. addVideoListener(VideoListener listener)Adds a specific VideoListener to this VideoNotifierSupport in order to receive notifications when visual/video Components are being added and removed.voidVideoNotifierSupport. removeVideoListener(VideoListener listener)Removes a specific VideoListener from this VideoNotifierSupport in order to have to no longer receive notifications when visual/video Components are being added and removed.
-