Uses of Class
org.fourthline.cling.support.avtransport.AVTransportException

Packages that use AVTransportException
org.fourthline.cling.support.avtransport   
org.fourthline.cling.support.avtransport.impl   
 

Uses of AVTransportException in org.fourthline.cling.support.avtransport
 

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

Uses of AVTransportException in org.fourthline.cling.support.avtransport.impl
 

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)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.