Package com.biglybt.core.devices.impl
Class TranscodeProfileImpl
java.lang.Object
com.biglybt.core.devices.impl.TranscodeProfileImpl
- All Implemented Interfaces:
TranscodeProfile
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TranscodeProfileImpl
(TranscodeManagerImpl _manager, int _provider_id, String _uid, String _name, Map<String, Object> _properties) -
Method Summary
-
Field Details
-
manager
-
pid
private int pid -
uid
-
name
-
properties
-
-
Constructor Details
-
TranscodeProfileImpl
-
-
Method Details
-
getUID
- Specified by:
getUID
in interfaceTranscodeProfile
-
getName
- Specified by:
getName
in interfaceTranscodeProfile
-
getProvider
- Specified by:
getProvider
in interfaceTranscodeProfile
- Throws:
TranscodeException
-
isStreamable
public boolean isStreamable()- Specified by:
isStreamable
in interfaceTranscodeProfile
-
getFileExtension
- Specified by:
getFileExtension
in interfaceTranscodeProfile
-
getDeviceClassification
- Specified by:
getDeviceClassification
in interfaceTranscodeProfile
-
getDescription
- Specified by:
getDescription
in interfaceTranscodeProfile
-
getIconURL
- Specified by:
getIconURL
in interfaceTranscodeProfile
-
getIconIndex
public int getIconIndex()- Specified by:
getIconIndex
in interfaceTranscodeProfile
-