Uses of Interface
com.biglybt.core.devices.TranscodeTarget
Packages that use TranscodeTarget
Package
Description
-
Uses of TranscodeTarget in com.biglybt.core.devices
Subinterfaces of TranscodeTarget in com.biglybt.core.devicesMethods in com.biglybt.core.devices that return TranscodeTargetMethods in com.biglybt.core.devices with parameters of type TranscodeTargetModifier 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) -
Uses of TranscodeTarget in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement TranscodeTargetModifier and TypeClassDescriptionclass
class
class
class
Fields in com.biglybt.core.devices.impl declared as TranscodeTargetMethods in com.biglybt.core.devices.impl that return TranscodeTargetModifier and TypeMethodDescriptionTranscodeJobImpl.getTarget()
protected TranscodeTarget
TranscodeManagerImpl.lookupTarget
(String target_id) protected TranscodeTarget
TranscodeQueueImpl.lookupTarget
(String target_id) Methods in com.biglybt.core.devices.impl with parameters of type TranscodeTargetModifier and TypeMethodDescriptionTranscodeQueueImpl.add
(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped) TranscodeQueueImpl.add
(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped, boolean stream, int transcode_requirement) TranscodeQueueImpl.add
(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, int transcode_requirement, boolean add_stopped) Constructors in com.biglybt.core.devices.impl with parameters of type TranscodeTargetModifierConstructorDescriptionprotected
TranscodeJobImpl
(TranscodeQueueImpl _queue, TranscodeTarget _target, TranscodeProfile _profile, DiskManagerFileInfo _file, boolean _add_stopped, int _transcode_requirement, boolean _is_stream) -
Uses of TranscodeTarget in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices declared as TranscodeTargetModifier and TypeFieldDescriptionprotected TranscodeTarget
TranscodeChooser.selectedTranscodeTarget
private TranscodeTarget
SBC_DevicesView.transTarget
Methods in com.biglybt.ui.swt.devices with parameters of type TranscodeTargetModifier and TypeMethodDescriptionprotected static void
DeviceManagerUI.addDirectory
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, File file) protected static void
DeviceManagerUI.addDownload
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, byte[] hash) protected static void
DeviceManagerUI.addDownload
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, Download download) protected static void
DeviceManagerUI.addFile
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, DiskManagerFileInfo file) protected static void
DeviceManagerUI.addFile
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, File file) protected static void
DeviceManagerUI.addURL
(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, String url) protected static void
DeviceManagerUI.handleDrop
(TranscodeTarget target, TranscodeProfile profile, Object payload, int transcode_requirement) static boolean
DeviceManagerUI.handleDrop
(TranscodeTarget target, Object payload) private static boolean
DeviceManagerUI.handleDropSupport
(TranscodeTarget target, Object payload, boolean allow_retry) Constructors in com.biglybt.ui.swt.devices with parameters of type TranscodeTarget