Uses of Class
org.jitsi.util.event.VideoEvent
-
Packages that use VideoEvent Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.device org.jitsi.util.event -
-
Uses of VideoEvent in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia with parameters of type VideoEvent Modifier and Type Method Description protected voidVideoMediaStreamImpl. fireVideoEvent(VideoEvent event, boolean wait)Notifies the VideoListeners registered with this instance about a specific VideoEvent. -
Uses of VideoEvent in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device with parameters of type VideoEvent Modifier and Type Method Description protected voidVideoMediaDeviceSession. fireVideoEvent(VideoEvent videoEvent, boolean wait)Notifies the VideoListeners registered with this instance about a specific VideoEvent.voidVideoTranslatorMediaDevice. videoAdded(VideoEvent event)Notifies that a visual Component representing video has been added to the provider this listener has been added to.voidVideoTranslatorMediaDevice. videoRemoved(VideoEvent event)Notifies that a visual Component representing video has been removed from the provider this listener has been added to.voidVideoTranslatorMediaDevice. videoUpdate(VideoEvent event)Notifies about an update to a visual Component representing video. -
Uses of VideoEvent in org.jitsi.util.event
Subclasses of VideoEvent in org.jitsi.util.event Modifier and Type Class Description classSizeChangeVideoEventRepresents a VideoEvent which notifies about an update to the size of a specific visual Component depicting video.Methods in org.jitsi.util.event that return VideoEvent Modifier and Type Method Description VideoEventSizeChangeVideoEvent. clone(Object source)Initializes a new instance of the run-time type of this instance which has the same property values as this instance except for the source which is set on the new instance to a specific value.VideoEventVideoEvent. clone(Object source)Initializes a new instance of the run-time type of this instance which has the same property values as this instance except for the source which is set on the new instance to a specific value.Methods in org.jitsi.util.event with parameters of type VideoEvent Modifier and Type Method Description protected voidVideoNotifierSupport. doFireVideoEvent(VideoEvent event)voidVideoNotifierSupport. fireVideoEvent(VideoEvent event, boolean wait)Notifies the VideoListeners registered with this instance about a specific VideoEvent.voidVideoListener. videoAdded(VideoEvent event)Notifies that a visual Component representing video has been added to the provider this listener has been added to.voidVideoListener. videoRemoved(VideoEvent event)Notifies that a visual Component representing video has been removed from the provider this listener has been added to.voidVideoListener. videoUpdate(VideoEvent event)Notifies about an update to a visual Component representing video.
-