org.iso.mpeg.mpegj.net
Class ChannelsDescriptor

java.lang.Object
  |
  +--org.iso.mpeg.mpegj.net.ChannelsDescriptor

public class ChannelsDescriptor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int auRate
           
 long channelId
           
 int error
           
 QoSData qos
           
 long serviceSessionId
           
 int status
           
 
Constructor Summary
ChannelsDescriptor(long sessionID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auRate

public int auRate

channelId

public long channelId

serviceSessionId

public long serviceSessionId

error

public int error

status

public int status

qos

public QoSData qos
Constructor Detail

ChannelsDescriptor

public ChannelsDescriptor(long sessionID)