Uses of Interface
com.biglybt.core.devices.TranscodeProviderAnalysis
-
Packages that use TranscodeProviderAnalysis Package Description com.biglybt.core.devices com.biglybt.core.devices.impl -
-
Uses of TranscodeProviderAnalysis in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return TranscodeProviderAnalysis Modifier and Type Method Description TranscodeProviderAnalysis
TranscodeProvider. analyse(TranscodeProviderAdapter adapter, DiskManagerFileInfo input, TranscodeProfile profile)
Methods in com.biglybt.core.devices with parameters of type TranscodeProviderAnalysis Modifier and Type Method Description void
TranscodeAnalysisListener. analysisComplete(TranscodeJob file, TranscodeProviderAnalysis analysis)
TranscodeProviderJob
TranscodeProvider. transcode(TranscodeProviderAdapter adapter, TranscodeProviderAnalysis analysis, boolean force, DiskManagerFileInfo input, TranscodeProfile profile, java.net.URL output)
-
Uses of TranscodeProviderAnalysis in com.biglybt.core.devices.impl
Subinterfaces of TranscodeProviderAnalysis in com.biglybt.core.devices.impl Modifier and Type Interface Description protected static interface
TranscodeProviderVuze.TranscodeProviderAnalysisImpl
Methods in com.biglybt.core.devices.impl that return TranscodeProviderAnalysis Modifier and Type Method Description TranscodeProviderAnalysis
TranscodeProviderVuze. analyse(TranscodeProviderAdapter _adapter, DiskManagerFileInfo input, TranscodeProfile profile)
protected TranscodeProviderAnalysis
TranscodeQueueImpl. analyse(TranscodeJobImpl job)
Methods in com.biglybt.core.devices.impl with parameters of type TranscodeProviderAnalysis Modifier and Type Method Description TranscodeProviderJob
TranscodeProviderVuze. transcode(TranscodeProviderAdapter _adapter, TranscodeProviderAnalysis analysis, boolean direct_input, DiskManagerFileInfo input, TranscodeProfile profile, java.net.URL output)
protected void
TranscodeFileImpl. update(TranscodeProviderAnalysis analysis)
-