com.aelitis.azureus.core.devices
Interface TranscodeProfile

All Known Implementing Classes:
TranscodeProfileImpl

public interface TranscodeProfile


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDeviceClassification()
           
 java.lang.String getFileExtension()
           
 int getIconIndex()
           
 java.lang.String getIconURL()
           
 java.lang.String getName()
           
 TranscodeProvider getProvider()
           
 java.lang.String getUID()
           
 boolean isStreamable()
           
 

Method Detail

getUID

java.lang.String getUID()

getName

java.lang.String getName()

getDescription

java.lang.String getDescription()

isStreamable

boolean isStreamable()

getIconURL

java.lang.String getIconURL()

getIconIndex

int getIconIndex()

getFileExtension

java.lang.String getFileExtension()

getDeviceClassification

java.lang.String getDeviceClassification()

getProvider

TranscodeProvider getProvider()
                              throws TranscodeException
Throws:
TranscodeException