Serialized Form
-
Package org.jitsi.impl.configuration
-
Class org.jitsi.impl.configuration.SortedProperties extends Properties implements Serializable
- serialVersionUID:
- 0L
-
-
Package org.jitsi.impl.neomedia.codec.video
-
Class org.jitsi.impl.neomedia.codec.video.AVFrameFormat extends javax.media.format.VideoFormat implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
deviceSystemPixFmt
int deviceSystemPixFmt
The DeviceSystem-specific format represented by this instance. It is necessary in the cases of multiple DeviceSystem-specific formats corresponding to one and the same native FFmpeg format in which JMF is unable to differentiate them yet the device needs to know its DeviceSystem-specific format. -
pixFmt
int pixFmt
The native FFmpeg format represented by this instance.
-
-
-
Package org.jitsi.impl.neomedia.device
-
Class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2 extends javax.media.CaptureDeviceInfo implements Serializable
-
-
Package org.jitsi.impl.neomedia.format
-
Class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat extends javax.media.format.VideoFormat implements Serializable
- serialVersionUID:
- 0L
-
-
Package org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
-
Class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.HResultException extends Exception implements Serializable
-
Serialized Fields
-
hresult
int hresult
The HRESULT value represented by this instance.
-
-
-
Class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.NativelySupportedAudioFormat extends javax.media.format.AudioFormat implements Serializable
-
-
Package org.jitsi.impl.neomedia.jmfext.media.renderer.video
-
Class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRendererVideoComponent extends Canvas implements Serializable
- serialVersionUID:
- -3229966946026776451L
-
Serialized Fields
-
mis
MemoryImageSource mis
-
size
Dimension size
-
-
Class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent extends Canvas implements Serializable
-
Serialized Fields
-
renderer
JAWTRenderer renderer
The JAWTRenderer which paints in this JAWTRendererVideoComponent. -
wantsPaint
boolean wantsPaint
The indicator which determines whether the native counterpart of this JAWTRenderer wants paint calls on its AWT Component to be delivered. For example, after the native counterpart has been able to acquire the native handle of the AWT Component, it may be able to determine when the native handle needs painting without waiting for AWT to call paint on the Component. In such a scenario, the native counterpart may indicate with false that it does not need further paint deliveries.
-
-
-
-
Package org.jitsi.impl.neomedia.portaudio
-
Class org.jitsi.impl.neomedia.portaudio.PortAudioException extends Exception implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorCode
long errorCode
The code of the error as defined by the native PortAudio library represented by this instance if it is known orPa.paNoErrorif it is not known. -
hostApiType
Pa.HostApiTypeId hostApiType
The host API, if any, which returned the error code and (detailed) message represented by this instance.
-
-
-
Package org.jitsi.impl.neomedia.quicktime
-
Class org.jitsi.impl.neomedia.quicktime.NSErrorException extends Exception implements Serializable
-
Serialized Fields
-
error
NSError error
The NSError reported by this instance.
-
-
-
-
Package org.jitsi.impl.neomedia.rtcp
-
Class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket.PacketMap extends TreeMap<Integer,Long> implements Serializable
-
-
Package org.jitsi.impl.neomedia.transform.fec
-
Class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask.MalformedMaskException extends Exception implements Serializable
-
-
Package org.jitsi.service.neomedia
-
Class org.jitsi.service.neomedia.MediaException extends Exception implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
errorCode
int errorCode
The error code carried by this MediaException which gives more information about the specifics of this MediaException.
-
-
Class org.jitsi.service.neomedia.TransmissionFailedException extends Throwable implements Serializable
-
-
Package org.jitsi.service.neomedia.event
-
Class org.jitsi.service.neomedia.event.DTMFToneEvent extends EventObject implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
dtmfTone
DTMFRtpTone dtmfTone
The tone that this event is pertaining to.
-
-
Class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent extends EventObject implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
feedbackMessageType
int feedbackMessageType
Feedback message type (FMT). -
payloadType
int payloadType
Payload type (PT).
-
-
Class org.jitsi.service.neomedia.event.VolumeChangeEvent extends EventObject implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
level
float level
The volume level. -
mute
boolean mute
The indicator which determines whether the volume is muted.
-
-
-
Package org.jitsi.util.concurrent
-
Class org.jitsi.util.concurrent.MonotonicAtomicLong extends AtomicLong implements Serializable
-
-
Package org.jitsi.util.event
-
Class org.jitsi.util.event.SizeChangeVideoEvent extends VideoEvent implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
height
int height
The new height of the associated visual Component. -
width
int width
The new width of the associated visual Component.
-
-
Class org.jitsi.util.event.VideoEvent extends EventObject implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
consumed
boolean consumed
The indicator which determines whether this event and, more specifically, the visual Component it describes have been consumed and should be considered owned, referenced (which is important because Components belong to a single Container at a time). -
origin
int origin
The origin of the video this VideoEvent notifies about which is one ofVideoEvent.LOCALandVideoEvent.REMOTE. -
type
int type
The type of availability change this VideoEvent notifies about which is one ofVideoEvent.VIDEO_ADDEDandVideoEvent.VIDEO_REMOVED. -
visualComponent
Component visualComponent
The visual Component depicting video which had its availability changed and which this VideoEvent notifies about.
-
-
-
Package org.jitsi.util.swing
-
Class org.jitsi.util.swing.TransparentPanel extends JPanel implements Serializable
- serialVersionUID:
- 0L
-
Class org.jitsi.util.swing.VideoContainer extends TransparentPanel implements Serializable
- serialVersionUID:
- 0L
-
Serialized Fields
-
inAddOrRemove
int inAddOrRemove
The number of times that add or remove methods are currently being executed on this instance. Decreases the number of unnecessary invocations toContainer.doLayout(),Component.repaint()andContainer.validate(). -
noVideoComponent
Component noVideoComponent
The Component to be displayed by this VideoContainer atVideoLayout.CENTER_REMOTEwhen no other Component has been added to it to be displayed there. For example, the avatar of the remote peer may be displayed in place of the remote video when the remote video is not available. -
propertyChangeListener
PropertyChangeListener propertyChangeListener
-
syncRoot
Object syncRoot
-
validateAndRepaint
boolean validateAndRepaint
The indicator which determines whether this instance is aware thatContainer.doLayout(),Component.repaint()and/orContainer.validate()are to be invoked (as soon asVideoContainer.inAddOrRemovedecreases from a positive number to zero).
-
-
-
Package org.jitsi.util.xml
-
Class org.jitsi.util.xml.XMLException extends Exception implements Serializable
- serialVersionUID:
- 0L
-