com.aelitis.azureus.core.devices.impl
Class TranscodeProfileImpl

java.lang.Object
  extended by com.aelitis.azureus.core.devices.impl.TranscodeProfileImpl
All Implemented Interfaces:
TranscodeProfile

public class TranscodeProfileImpl
extends Object
implements TranscodeProfile


Constructor Summary
protected TranscodeProfileImpl(TranscodeManagerImpl _manager, int _provider_id, String _uid, String _name, Map<String,Object> _properties)
           
 
Method Summary
 String getDescription()
           
 String getDeviceClassification()
           
 String getFileExtension()
           
 int getIconIndex()
           
 String getIconURL()
           
 String getName()
           
 TranscodeProvider getProvider()
           
 String getUID()
           
 boolean isStreamable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscodeProfileImpl

protected TranscodeProfileImpl(TranscodeManagerImpl _manager,
                               int _provider_id,
                               String _uid,
                               String _name,
                               Map<String,Object> _properties)
Method Detail

getUID

public String getUID()
Specified by:
getUID in interface TranscodeProfile

getName

public String getName()
Specified by:
getName in interface TranscodeProfile

getProvider

public TranscodeProvider getProvider()
                              throws TranscodeException
Specified by:
getProvider in interface TranscodeProfile
Throws:
TranscodeException

isStreamable

public boolean isStreamable()
Specified by:
isStreamable in interface TranscodeProfile

getFileExtension

public String getFileExtension()
Specified by:
getFileExtension in interface TranscodeProfile

getDeviceClassification

public String getDeviceClassification()
Specified by:
getDeviceClassification in interface TranscodeProfile

getDescription

public String getDescription()
Specified by:
getDescription in interface TranscodeProfile

getIconURL

public String getIconURL()
Specified by:
getIconURL in interface TranscodeProfile

getIconIndex

public int getIconIndex()
Specified by:
getIconIndex in interface TranscodeProfile