org.teleal.cling.support.avtransport.dto
Class TransportInfo

java.lang.Object
  extended by org.teleal.cling.support.avtransport.dto.TransportInfo

public class TransportInfo
extends java.lang.Object


Constructor Summary
TransportInfo()
           
TransportInfo(org.teleal.cling.model.action.ActionArgumentValue[] values)
           
TransportInfo(AVTransportState currentTransportState)
           
TransportInfo(AVTransportState currentTransportState, java.lang.String currentSpeed)
           
TransportInfo(AVTransportState currentTransportState, TransportStatus currentTransportStatus)
           
TransportInfo(AVTransportState currentTransportState, TransportStatus currentTransportStatus, java.lang.String currentSpeed)
           
 
Method Summary
 java.lang.String getCurrentSpeed()
           
 AVTransportState getCurrentTransportState()
           
 TransportStatus getCurrentTransportStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportInfo

public TransportInfo()

TransportInfo

public TransportInfo(org.teleal.cling.model.action.ActionArgumentValue[] values)

TransportInfo

public TransportInfo(AVTransportState currentTransportState)

TransportInfo

public TransportInfo(AVTransportState currentTransportState,
                     java.lang.String currentSpeed)

TransportInfo

public TransportInfo(AVTransportState currentTransportState,
                     TransportStatus currentTransportStatus)

TransportInfo

public TransportInfo(AVTransportState currentTransportState,
                     TransportStatus currentTransportStatus,
                     java.lang.String currentSpeed)
Method Detail

getCurrentTransportState

public AVTransportState getCurrentTransportState()

getCurrentTransportStatus

public TransportStatus getCurrentTransportStatus()

getCurrentSpeed

public java.lang.String getCurrentSpeed()


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.