Serialized Form


Package javax.media

Class javax.media.AudioDeviceUnavailableEvent implements Serializable

Class javax.media.BadHeaderException implements Serializable

Class javax.media.CachingControlEvent implements Serializable

Serialized Fields

control

CachingControl control

progress

long progress

Class javax.media.CannotRealizeException implements Serializable

Class javax.media.CaptureDeviceInfo implements Serializable

Serialized Fields

formats

Format[] formats
The output formats supported by a device.

locator

MediaLocator locator
A MediaLocator that identifies a device.

name

java.lang.String name
A String that contains the name of a device.

Class javax.media.ClockStartedError implements Serializable

Class javax.media.ClockStoppedException implements Serializable

Class javax.media.ConfigureCompleteEvent implements Serializable

Class javax.media.ConnectionErrorEvent implements Serializable

Class javax.media.ControllerClosedEvent implements Serializable

Serialized Fields

message

java.lang.String message

Class javax.media.ControllerErrorEvent implements Serializable

Class javax.media.ControllerEvent implements Serializable

Serialized Fields

eventSrc

Controller eventSrc

Class javax.media.DataLostErrorEvent implements Serializable

Class javax.media.DataStarvedEvent implements Serializable

Class javax.media.DeallocateEvent implements Serializable

Class javax.media.DurationUpdateEvent implements Serializable

Serialized Fields

duration

Time duration

Class javax.media.EndOfMediaEvent implements Serializable

Class javax.media.Format implements Serializable

Serialized Fields

clz

java.lang.Class clz

dataType

java.lang.Class dataType

encoding

java.lang.String encoding

Class javax.media.GainChangeEvent implements Serializable

Serialized Fields

eventSrc

GainControl eventSrc

newDB

float newDB

newLevel

float newLevel

newMute

boolean newMute

Class javax.media.IncompatibleSourceException implements Serializable

Class javax.media.IncompatibleTimeBaseException implements Serializable

Class javax.media.InternalErrorEvent implements Serializable

Class javax.media.MediaError implements Serializable

Class javax.media.MediaEvent implements Serializable

Class javax.media.MediaException implements Serializable

Class javax.media.MediaLocator implements Serializable

Serialized Fields

locatorString

java.lang.String locatorString

url

java.net.URL url

Class javax.media.MediaTimeSetEvent implements Serializable

Serialized Fields

mediaTime

Time mediaTime

Class javax.media.NoDataSinkException implements Serializable

Class javax.media.NoDataSourceException implements Serializable

Class javax.media.NoPlayerException implements Serializable

Class javax.media.NoProcessorException implements Serializable

Class javax.media.NotConfiguredError implements Serializable

Class javax.media.NotPrefetchedError implements Serializable

Class javax.media.NotRealizedError implements Serializable

Class javax.media.PrefetchCompleteEvent implements Serializable

Class javax.media.RateChangeEvent implements Serializable

Serialized Fields

rate

float rate

Class javax.media.RealizeCompleteEvent implements Serializable

Class javax.media.ResourceUnavailableEvent implements Serializable

Class javax.media.ResourceUnavailableException implements Serializable

Class javax.media.RestartingEvent implements Serializable

Class javax.media.SizeChangeEvent implements Serializable

Serialized Fields

height

int height

scale

float scale

width

int width

Class javax.media.StartEvent implements Serializable

Serialized Fields

mediaTime

Time mediaTime

timeBaseTime

Time timeBaseTime

Class javax.media.StopAtTimeEvent implements Serializable

Class javax.media.StopByRequestEvent implements Serializable

Class javax.media.StopEvent implements Serializable

Serialized Fields

mediaTime

Time mediaTime

Class javax.media.StopTimeChangeEvent implements Serializable

Serialized Fields

stopTime

Time stopTime

Class javax.media.StopTimeSetError implements Serializable

Class javax.media.TransitionEvent implements Serializable

Serialized Fields

currentState

int currentState

previousState

int previousState

targetState

int targetState

Class javax.media.UnsupportedPlugInException implements Serializable


Package javax.media.bean.playerbean

Class javax.media.bean.playerbean.MediaPlayer implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Restores the contents of this object

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Saves the contents of this object by calling the ObjectOutput writeObject method.

Class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor implements Serializable

Serialized Fields

browseB

java.awt.Button browseB

browseString

java.lang.String browseString

chooseOneString

java.lang.String chooseOneString

codeString

java.lang.String codeString

editPanel

java.awt.Panel editPanel

fileString

java.lang.String fileString

ftpString

java.lang.String ftpString

httpString

java.lang.String httpString

isFile

boolean isFile

mediaLocationString

java.lang.String mediaLocationString

mediaLocationTextField

java.awt.TextField mediaLocationTextField

protocolChooser

java.awt.Choice protocolChooser

rtpString

java.lang.String rtpString

support

java.beans.PropertyChangeSupport support

Class javax.media.bean.playerbean.MediaPlayerRTPDialog implements Serializable

Serialized Fields

CancelButton

java.awt.Button CancelButton

cbFormat

java.awt.Choice cbFormat

IPAdrFld

java.awt.TextField IPAdrFld

OKButton

java.awt.Button OKButton

PortFld

java.awt.TextField PortFld

rtpString

java.lang.String rtpString

ttlFld

java.awt.TextField ttlFld


Package javax.media.datasink

Class javax.media.datasink.DataSinkErrorEvent implements Serializable

Class javax.media.datasink.DataSinkEvent implements Serializable

Serialized Fields

message

java.lang.String message

Class javax.media.datasink.EndOfStreamEvent implements Serializable


Package javax.media.format

Class javax.media.format.AudioFormat implements Serializable

Serialized Fields

channels

int channels

endian

int endian

frameRate

double frameRate

frameSizeInBits

int frameSizeInBits

init

boolean init

margin

int margin

multiplier

double multiplier
For computing the duration of the sample.

sampleRate

double sampleRate

sampleSizeInBits

int sampleSizeInBits

signed

int signed

Class javax.media.format.FormatChangeEvent implements Serializable

Serialized Fields

newFormat

Format newFormat

oldFormat

Format oldFormat

Class javax.media.format.H261Format implements Serializable

Serialized Fields

stillImageTransmission

int stillImageTransmission
Used to indicate whether or not still image transmission is used. Can be set to NOT_SPECIFIED, TRUE, or FALSE.

Class javax.media.format.H263Format implements Serializable

Serialized Fields

advancedPrediction

int advancedPrediction
Indicates if advanced prediction is used. Can take values NOT_SPECIFIED, TRUE, or FALSE.

arithmeticCoding

int arithmeticCoding
Indicates if arithmetic coding is used. Can take values NOT_SPECIFIED, TRUE, or FALSE.

errorCompensation

int errorCompensation
Indicates if error compensation is used. Can take values NOT_SPECIFIED, TRUE, or FALSE.

hrDB

int hrDB
The size of Hypothetical Reference decoder buffer.

pbFrames

int pbFrames
Indicates if PB frames mode is used in this bitstream. Can take values NOT_SPECIFIED, TRUE, or FALSE.

unrestrictedVector

int unrestrictedVector
Indicates if unrestricted motion estimation is used. Can take values NOT_SPECIFIED, TRUE, or FALSE.

Class javax.media.format.IndexedColorFormat implements Serializable

Serialized Fields

blueValues

byte[] blueValues

greenValues

byte[] greenValues

lineStride

int lineStride
Increment value of the array index from the first pixel on line n to the first pixel on line n+1.

mapSize

int mapSize

redValues

byte[] redValues

Class javax.media.format.JPEGFormat implements Serializable

Serialized Fields

decimation

int decimation
Indicates whether or not JPEG decimation is used.

qFactor

int qFactor
JPEG encoding parameter quality factor.

Class javax.media.format.RGBFormat implements Serializable

Serialized Fields

bitsPerPixel

int bitsPerPixel
The number of bits required to represent a pixel, including all three color components.

blueMask

int blueMask
Mask value for the Blue component.

endian

int endian
Endian ordering of the data where applicable

flipped

int flipped
Indicates whether or not the lines in the video frame are flipped vertically (upside down).

greenMask

int greenMask
Mask value for the Green component.

lineStride

int lineStride
Increment value of the array index from the first pixel on line n to the first pixel on line n+1.

pixelStride

int pixelStride
Increment value of the array index from one pixel to the next.

redMask

int redMask
Mask value for the Red component.

Class javax.media.format.UnsupportedFormatException implements Serializable

Serialized Fields

failedFormat

Format failedFormat

Class javax.media.format.VideoFormat implements Serializable

Serialized Fields

frameRate

float frameRate

maxDataLength

int maxDataLength

size

java.awt.Dimension size

Class javax.media.format.YUVFormat implements Serializable

Serialized Fields

offsetU

int offsetU
When the YUV data is in planar format, specifies the offset into the data for the U plane. This value is ignored in the interleaved formats.

offsetV

int offsetV
When the YUV data is in planar format, specifies the offset into the data for the V plane. This value is ignored in the interleaved formats.

offsetY

int offsetY
When the YUV data is in planar format, specifies the offset into the data for the Y plane. This value is ignored in the interleaved formats.

strideUV

int strideUV
Length of a row of U or V values.

strideY

int strideY
Length of a row of Y values. Would be >= width of the frame.

yuvType

int yuvType
The YUV format type


Package javax.media.protocol

Class javax.media.protocol.ContentDescriptor implements Serializable

Class javax.media.protocol.FileTypeDescriptor implements Serializable


Package javax.media.rtp

Class javax.media.rtp.InvalidSessionAddressException implements Serializable

Class javax.media.rtp.SessionManagerException implements Serializable

Class javax.media.rtp.SSRCInUseException implements Serializable


Package javax.media.rtp.event

Class javax.media.rtp.event.ActiveReceiveStreamEvent implements Serializable

Class javax.media.rtp.event.ActiveSendStreamEvent implements Serializable

Class javax.media.rtp.event.ApplicationEvent implements Serializable

Serialized Fields

appData

byte[] appData
The application-specific data. May be a zero-length array but not null.

appString

java.lang.String appString
The 4-character string found in the APP packet. May be empty but not null.

appSubtype

int appSubtype
appSubtype The "subtype" value found in the APP packet header.

Class javax.media.rtp.event.ByeEvent implements Serializable

Serialized Fields

reason

java.lang.String reason
A string sent by the terminating party, explaining why it is leaving the session

Class javax.media.rtp.event.InactiveReceiveStreamEvent implements Serializable

Serialized Fields

laststream

boolean laststream
Set to true if this is the last or only RTPStream owned by this participant

Class javax.media.rtp.event.InactiveSendStreamEvent implements Serializable

Class javax.media.rtp.event.LocalCollisionEvent implements Serializable

Serialized Fields

newSSRC

long newSSRC
The new SSRC that the SessionManager will use for sending stream, unless the client returns a different value

recvStream

ReceiveStream recvStream
The ReceiveStream object with the colliding SSRC

Class javax.media.rtp.event.LocalPayloadChangeEvent implements Serializable

Serialized Fields

newpayload

int newpayload
The new payload type

oldpayload

int oldpayload
The old payload type.

Class javax.media.rtp.event.NewParticipantEvent implements Serializable

Serialized Fields

participant

Participant participant
The new Participant object.

Class javax.media.rtp.event.NewReceiveStreamEvent implements Serializable

Class javax.media.rtp.event.NewSendStreamEvent implements Serializable

Class javax.media.rtp.event.ReceiverReportEvent implements Serializable

Serialized Fields

report

ReceiverReport report
receiverReport the RTCP receiver report.

Class javax.media.rtp.event.ReceiveStreamEvent implements Serializable

Serialized Fields

participant

Participant participant

recvStream

ReceiveStream recvStream

Class javax.media.rtp.event.RemoteCollisionEvent implements Serializable

Serialized Fields

collidingSSRC

long collidingSSRC
collidingSSRC The remote SSRC

Class javax.media.rtp.event.RemoteEvent implements Serializable

Class javax.media.rtp.event.RemotePayloadChangeEvent implements Serializable

Serialized Fields

newpayload

int newpayload
The new payload type

oldpayload

int oldpayload
The old payload type.

Class javax.media.rtp.event.RTPEvent implements Serializable

Serialized Fields

eventSrc

SessionManager eventSrc
The SessionManager generating the RTPEvent

Class javax.media.rtp.event.SenderReportEvent implements Serializable

Serialized Fields

report

SenderReport report
The RTCP sender report

Class javax.media.rtp.event.SendStreamEvent implements Serializable

Serialized Fields

participant

Participant participant

sendStream

SendStream sendStream

Class javax.media.rtp.event.SessionEvent implements Serializable

Class javax.media.rtp.event.StreamClosedEvent implements Serializable

Class javax.media.rtp.event.StreamMappedEvent implements Serializable

Class javax.media.rtp.event.TimeoutEvent implements Serializable

Serialized Fields

participantBye

boolean participantBye
True if the participant is leaving the session; after this call returns the given participant object is invalid. False if the timed-out SSRC is not the only SSRC owned by the participant so the participant is remaining in the session.



Submit a bug or feature
Copyright 1999-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.