Methods in org.teleal.cling.support.avtransport that throw AVTransportException |
abstract java.lang.String |
AbstractAVTransportService.getCurrentTransportActions(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract DeviceCapabilities |
AbstractAVTransportService.getDeviceCapabilities(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract MediaInfo |
AbstractAVTransportService.getMediaInfo(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract PositionInfo |
AbstractAVTransportService.getPositionInfo(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract TransportInfo |
AbstractAVTransportService.getTransportInfo(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract TransportSettings |
AbstractAVTransportService.getTransportSettings(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract void |
AbstractAVTransportService.next(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract void |
AbstractAVTransportService.pause(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract void |
AbstractAVTransportService.play(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String speed)
|
abstract void |
AbstractAVTransportService.previous(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract void |
AbstractAVTransportService.record(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
abstract void |
AbstractAVTransportService.seek(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String unit,
java.lang.String target)
|
abstract void |
AbstractAVTransportService.setAVTransportURI(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String currentURI,
java.lang.String currentURIMetaData)
|
abstract void |
AbstractAVTransportService.setNextAVTransportURI(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String nextURI,
java.lang.String nextURIMetaData)
|
abstract void |
AbstractAVTransportService.setPlayMode(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String newPlayMode)
|
abstract void |
AbstractAVTransportService.setRecordQualityMode(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String newRecordQualityMode)
|
abstract void |
AbstractAVTransportService.stop(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
Methods in org.teleal.cling.support.avtransport.impl that throw AVTransportException |
protected AVTransportStateMachine |
AVTransportService.findInstance(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
protected AVTransportStateMachine |
AVTransportService.findInstance(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
boolean createDefaultTransport)
|
java.lang.String |
AVTransportService.getCurrentTransportActions(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
DeviceCapabilities |
AVTransportService.getDeviceCapabilities(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
MediaInfo |
AVTransportService.getMediaInfo(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
PositionInfo |
AVTransportService.getPositionInfo(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
TransportInfo |
AVTransportService.getTransportInfo(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
TransportSettings |
AVTransportService.getTransportSettings(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
void |
AVTransportService.next(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
void |
AVTransportService.pause(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
void |
AVTransportService.play(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String speed)
|
void |
AVTransportService.previous(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
void |
AVTransportService.record(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|
void |
AVTransportService.seek(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String unit,
java.lang.String target)
|
void |
AVTransportService.setAVTransportURI(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String currentURI,
java.lang.String currentURIMetaData)
|
void |
AVTransportService.setNextAVTransportURI(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String nextURI,
java.lang.String nextURIMetaData)
|
void |
AVTransportService.setPlayMode(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String newPlayMode)
|
void |
AVTransportService.setRecordQualityMode(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId,
java.lang.String newRecordQualityMode)
|
void |
AVTransportService.stop(org.teleal.cling.model.types.UnsignedIntegerFourBytes instanceId)
|