Class TranscodeProfileImpl
java.lang.Object
com.biglybt.core.devices.impl.TranscodeProfileImpl
- All Implemented Interfaces:
TranscodeProfile
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTranscodeProfileImpl(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:
getUIDin interfaceTranscodeProfile
-
getName
- Specified by:
getNamein interfaceTranscodeProfile
-
getProvider
- Specified by:
getProviderin interfaceTranscodeProfile- Throws:
TranscodeException
-
isStreamable
public boolean isStreamable()- Specified by:
isStreamablein interfaceTranscodeProfile
-
getFileExtension
- Specified by:
getFileExtensionin interfaceTranscodeProfile
-
getDeviceClassification
- Specified by:
getDeviceClassificationin interfaceTranscodeProfile
-
getDescription
- Specified by:
getDescriptionin interfaceTranscodeProfile
-
getIconURL
- Specified by:
getIconURLin interfaceTranscodeProfile
-
getIconIndex
public int getIconIndex()- Specified by:
getIconIndexin interfaceTranscodeProfile
-