public abstract class AbstractAVTransportService extends Object implements LastChangeDelegator
| Modifier and Type | Field and Description |
|---|---|
protected PropertyChangeSupport |
propertyChangeSupport |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAVTransportService() |
protected |
AbstractAVTransportService(LastChange lastChange) |
protected |
AbstractAVTransportService(PropertyChangeSupport propertyChangeSupport) |
protected |
AbstractAVTransportService(PropertyChangeSupport propertyChangeSupport,
LastChange lastChange) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentInstanceIdsprotected final PropertyChangeSupport propertyChangeSupport
protected AbstractAVTransportService()
protected AbstractAVTransportService(LastChange lastChange)
protected AbstractAVTransportService(PropertyChangeSupport propertyChangeSupport)
protected AbstractAVTransportService(PropertyChangeSupport propertyChangeSupport, LastChange lastChange)
public LastChange getLastChange()
getLastChange in interface LastChangeDelegatorpublic void appendCurrentState(LastChange lc, UnsignedIntegerFourBytes instanceId) throws Exception
appendCurrentState in interface LastChangeDelegatorExceptionpublic PropertyChangeSupport getPropertyChangeSupport()
public static UnsignedIntegerFourBytes getDefaultInstanceID()
public abstract void setAVTransportURI(UnsignedIntegerFourBytes instanceId, String currentURI, String currentURIMetaData) throws AVTransportException
AVTransportExceptionpublic abstract void setNextAVTransportURI(UnsignedIntegerFourBytes instanceId, String nextURI, String nextURIMetaData) throws AVTransportException
AVTransportExceptionpublic abstract MediaInfo getMediaInfo(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract TransportInfo getTransportInfo(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract PositionInfo getPositionInfo(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract DeviceCapabilities getDeviceCapabilities(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract TransportSettings getTransportSettings(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract void stop(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract void play(UnsignedIntegerFourBytes instanceId, String speed) throws AVTransportException
AVTransportExceptionpublic abstract void pause(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract void record(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract void seek(UnsignedIntegerFourBytes instanceId, String unit, String target) throws AVTransportException
AVTransportExceptionpublic abstract void next(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract void previous(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionpublic abstract void setPlayMode(UnsignedIntegerFourBytes instanceId, String newPlayMode) throws AVTransportException
AVTransportExceptionpublic abstract void setRecordQualityMode(UnsignedIntegerFourBytes instanceId, String newRecordQualityMode) throws AVTransportException
AVTransportExceptionpublic String getCurrentTransportActionsString(UnsignedIntegerFourBytes instanceId) throws AVTransportException
AVTransportExceptionprotected abstract TransportAction[] getCurrentTransportActions(UnsignedIntegerFourBytes instanceId) throws Exception
ExceptionCopyright © 2023 jUPnP.org. All rights reserved.