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 TypeClassDescriptionclassclassclassclassFields in com.biglybt.core.devices.impl declared as TranscodeTargetMethods in com.biglybt.core.devices.impl that return TranscodeTargetModifier and TypeMethodDescriptionTranscodeJobImpl.getTarget()protected TranscodeTargetTranscodeManagerImpl.lookupTarget(String target_id) protected TranscodeTargetTranscodeQueueImpl.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 TranscodeTargetModifierConstructorDescriptionprotectedTranscodeJobImpl(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 TranscodeTargetTranscodeChooser.selectedTranscodeTargetprivate TranscodeTargetSBC_DevicesView.transTargetMethods in com.biglybt.ui.swt.devices with parameters of type TranscodeTargetModifier and TypeMethodDescriptionprotected static voidDeviceManagerUI.addDirectory(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, File file) protected static voidDeviceManagerUI.addDownload(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, byte[] hash) protected static voidDeviceManagerUI.addDownload(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, Download download) protected static voidDeviceManagerUI.addFile(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, DiskManagerFileInfo file) protected static voidDeviceManagerUI.addFile(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, File file) protected static voidDeviceManagerUI.addURL(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, String url) protected static voidDeviceManagerUI.handleDrop(TranscodeTarget target, TranscodeProfile profile, Object payload, int transcode_requirement) static booleanDeviceManagerUI.handleDrop(TranscodeTarget target, Object payload) private static booleanDeviceManagerUI.handleDropSupport(TranscodeTarget target, Object payload, boolean allow_retry) Constructors in com.biglybt.ui.swt.devices with parameters of type TranscodeTarget