Uses of Interface
com.biglybt.core.devices.TranscodeTarget
-
Packages that use TranscodeTarget Package Description com.biglybt.core.devices com.biglybt.core.devices.impl com.biglybt.ui.swt.devices -
-
Uses of TranscodeTarget in com.biglybt.core.devices
Subinterfaces of TranscodeTarget in com.biglybt.core.devices Modifier and Type Interface Description interface
DeviceMediaRenderer
Methods in com.biglybt.core.devices that return TranscodeTarget Modifier and Type Method Description TranscodeTarget
TranscodeJob. getTarget()
Methods in com.biglybt.core.devices with parameters of type TranscodeTarget Modifier and Type Method Description TranscodeJob
TranscodeQueue. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped)
TranscodeJob
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 TranscodeTarget Modifier and Type Class Description class
DeviceiTunes
class
DeviceMediaRendererImpl
class
DeviceMediaRendererManual
class
DeviceTivo
Fields in com.biglybt.core.devices.impl declared as TranscodeTarget Modifier and Type Field Description private TranscodeTarget
TranscodeJobImpl. target
Methods in com.biglybt.core.devices.impl that return TranscodeTarget Modifier and Type Method Description TranscodeTarget
TranscodeJobImpl. getTarget()
protected TranscodeTarget
TranscodeManagerImpl. lookupTarget(java.lang.String target_id)
protected TranscodeTarget
TranscodeQueueImpl. lookupTarget(java.lang.String target_id)
Methods in com.biglybt.core.devices.impl with parameters of type TranscodeTarget Modifier and Type Method Description TranscodeJobImpl
TranscodeQueueImpl. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped)
TranscodeJobImpl
TranscodeQueueImpl. add(TranscodeTarget target, TranscodeProfile profile, DiskManagerFileInfo file, boolean add_stopped, boolean stream, int transcode_requirement)
TranscodeJobImpl
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 TranscodeTarget Constructor Description 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 TranscodeTarget Modifier and Type Field Description protected TranscodeTarget
TranscodeChooser. selectedTranscodeTarget
private TranscodeTarget
SBC_DevicesView. transTarget
Methods in com.biglybt.ui.swt.devices with parameters of type TranscodeTarget Modifier and Type Method Description protected static void
DeviceManagerUI. addDirectory(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, java.io.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, java.io.File file)
protected static void
DeviceManagerUI. addURL(TranscodeTarget target, TranscodeProfile profile, int transcode_requirement, java.lang.String url)
protected static void
DeviceManagerUI. handleDrop(TranscodeTarget target, TranscodeProfile profile, java.lang.Object payload, int transcode_requirement)
static boolean
DeviceManagerUI. handleDrop(TranscodeTarget target, java.lang.Object payload)
private static boolean
DeviceManagerUI. handleDropSupport(TranscodeTarget target, java.lang.Object payload, boolean allow_retry)
Constructors in com.biglybt.ui.swt.devices with parameters of type TranscodeTarget Constructor Description TranscodeChooser(TranscodeTarget tt)
-