Class TranscodeProviderVuze
java.lang.Object
com.biglybt.core.devices.impl.TranscodeProviderVuze
- All Implemented Interfaces:
TranscodeProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static interface -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TranscodeManagerImplprivate PluginInterfaceprivate Map<String, TranscodeProfile[]> private static final Stringprivate TranscodeProfile[]Fields inherited from interface TranscodeProvider
TP_VUZE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTranscodeProviderVuze(TranscodeManagerImpl _manager, PluginInterface _plugin_interface) -
Method Summary
Modifier and TypeMethodDescriptionaddProfile(File file) analyse(TranscodeProviderAdapter _adapter, DiskManagerFileInfo input, TranscodeProfile profile) protected voiddestroy()intgetID()getName()getProfile(String UID) getProfiles(String classification_prefix) (package private) voidtranscode(TranscodeProviderAdapter _adapter, TranscodeProviderAnalysis analysis, boolean direct_input, DiskManagerFileInfo input, TranscodeProfile profile, URL output) protected void
-
Field Details
-
PROFILE_PREFIX
- See Also:
-
manager
-
plugin_interface
-
profiles
-
profile_classification_map
-
-
Constructor Details
-
TranscodeProviderVuze
-
-
Method Details
-
getID
public int getID()- Specified by:
getIDin interfaceTranscodeProvider
-
getPluginInterface
-
update
-
getName
- Specified by:
getNamein interfaceTranscodeProvider
-
resetProfiles
void resetProfiles() -
getProfiles
- Specified by:
getProfilesin interfaceTranscodeProvider
-
getProfiles
- Specified by:
getProfilesin interfaceTranscodeProvider
-
getProfile
- Specified by:
getProfilein interfaceTranscodeProvider
-
addProfile
- Specified by:
addProfilein interfaceTranscodeProvider- Throws:
TranscodeException
-
analyse
public TranscodeProviderAnalysis analyse(TranscodeProviderAdapter _adapter, DiskManagerFileInfo input, TranscodeProfile profile) throws TranscodeException - Specified by:
analysein interfaceTranscodeProvider- Throws:
TranscodeException
-
transcode
public TranscodeProviderJob transcode(TranscodeProviderAdapter _adapter, TranscodeProviderAnalysis analysis, boolean direct_input, DiskManagerFileInfo input, TranscodeProfile profile, URL output) throws TranscodeException - Specified by:
transcodein interfaceTranscodeProvider- Throws:
TranscodeException
-
getAssetDirectory
- Specified by:
getAssetDirectoryin interfaceTranscodeProvider
-
destroy
protected void destroy()
-