Uses of Interface
com.biglybt.core.devices.TranscodeJob
Packages that use TranscodeJob
Package
Description
-
Uses of TranscodeJob in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return TranscodeJobModifier and TypeMethodDescriptionTranscodeQueue.add
(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped) TranscodeQueue.add
(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, int transcode_requirement, boolean add_stopped) TranscodeQueue.getCurrentJob()
TranscodeFile.getJob()
Will return null unless there is a job in existance for this fileTranscodeQueue.getJobs()
Methods in com.biglybt.core.devices with parameters of type TranscodeJobModifier and TypeMethodDescriptionvoid
TranscodeAnalysisListener.analysisComplete
(TranscodeJob file, TranscodeProviderAnalysis analysis) void
TranscodeAnalysisListener.analysisFailed
(TranscodeJob file, TranscodeException error) void
TranscodeQueueListener.jobAdded
(TranscodeJob job) void
TranscodeQueueListener.jobChanged
(TranscodeJob job) void
TranscodeQueueListener.jobRemoved
(TranscodeJob job) void
TranscodeQueueActionListener.jobWillBeActioned
(TranscodeJob job, int action) -
Uses of TranscodeJob in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement TranscodeJobMethods in com.biglybt.core.devices.impl that return TranscodeJobMethods in com.biglybt.core.devices.impl with parameters of type TranscodeJobModifier and TypeMethodDescriptionprotected void
TranscodeQueueImpl.jobChanged
(TranscodeJob job, boolean schedule, boolean persistable) -
Uses of TranscodeJob in com.biglybt.core.download
Fields in com.biglybt.core.download declared as TranscodeJob -
Uses of TranscodeJob in com.biglybt.ui.swt.devices
Methods in com.biglybt.ui.swt.devices with parameters of type TranscodeJobModifier and TypeMethodDescriptionvoid
SBC_DevicesView.jobAdded
(TranscodeJob job) void
SBC_DevicesView.jobChanged
(TranscodeJob job) void
SBC_DevicesView.jobRemoved
(TranscodeJob job)