public abstract class NoMediaPresent<T extends AVTransport> extends AbstractState<T>
| Constructor and Description |
|---|
NoMediaPresent(T transport) |
| Modifier and Type | Method and Description |
|---|---|
TransportAction[] |
getCurrentTransportActions() |
void |
onEntry() |
abstract Class<? extends AbstractState<?>> |
setTransportURI(URI uri,
String metaData) |
getTransportpublic NoMediaPresent(T transport)
public void onEntry()
public abstract Class<? extends AbstractState<?>> setTransportURI(URI uri, String metaData)
public TransportAction[] getCurrentTransportActions()
getCurrentTransportActions in class AbstractState<T extends AVTransport>Copyright © 2023 jUPnP.org. All rights reserved.