com.aelitis.azureus.core.devices
Interface TranscodeProfile
- All Known Implementing Classes: 
 - TranscodeProfileImpl
 
public interface TranscodeProfile
 
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