|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransportState | |
|---|---|
| org.fourthline.cling.support.avtransport.lastchange | |
| org.fourthline.cling.support.model | |
| Uses of TransportState in org.fourthline.cling.support.avtransport.lastchange |
|---|
| Methods in org.fourthline.cling.support.avtransport.lastchange that return TransportState | |
|---|---|
protected TransportState |
AVTransportVariable.TransportState.enumValueOf(String s)
|
| Constructors in org.fourthline.cling.support.avtransport.lastchange with parameters of type TransportState | |
|---|---|
AVTransportVariable.TransportState(TransportState avTransportState)
|
|
| Uses of TransportState in org.fourthline.cling.support.model |
|---|
| Methods in org.fourthline.cling.support.model that return TransportState | |
|---|---|
TransportState |
TransportInfo.getCurrentTransportState()
|
TransportState |
TransportState.setValue(String value)
|
static TransportState |
TransportState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransportState |
TransportState.valueOrCustomOf(String s)
|
static TransportState[] |
TransportState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.fourthline.cling.support.model 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 | |||||||||