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