com.aelitis.azureus.core.devices
Interface TranscodeProfile

All Known Implementing Classes:
TranscodeProfileImpl

public interface TranscodeProfile


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

Method Detail

getUID

String getUID()

getName

String getName()

getDescription

String getDescription()

isStreamable

boolean isStreamable()

getIconURL

String getIconURL()

getIconIndex

int getIconIndex()

getFileExtension

String getFileExtension()

getDeviceClassification

String getDeviceClassification()

getProvider

TranscodeProvider getProvider()
                              throws TranscodeException
Throws:
TranscodeException