|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportState | |
---|---|
org.teleal.cling.support.avtransport | |
org.teleal.cling.support.avtransport.dto |
Uses of TransportState in org.teleal.cling.support.avtransport |
---|
Methods in org.teleal.cling.support.avtransport that return TransportState | |
---|---|
TransportState |
AVTransportLastChange.getTransportState(long instanceId)
|
Uses of TransportState in org.teleal.cling.support.avtransport.dto |
---|
Methods in org.teleal.cling.support.avtransport.dto that return TransportState | |
---|---|
TransportState |
TransportInfo.getCurrentTransportState()
|
static TransportState |
TransportState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransportState[] |
TransportState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.teleal.cling.support.avtransport.dto with parameters of type TransportState | |
---|---|
TransportInfo(TransportState currentTransportState)
|
|
TransportInfo(TransportState currentTransportState,
String currentSpeed)
|
|
TransportInfo(TransportState currentTransportState,
TransportStatus currentTransportStatus)
|
|
TransportInfo(TransportState currentTransportState,
TransportStatus currentTransportStatus,
String currentSpeed)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |