Uses of Interface
com.biglybt.core.devices.TranscodeFile
Packages that use TranscodeFile
Package
Description
-
Uses of TranscodeFile in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return TranscodeFileMethods in com.biglybt.core.devices with parameters of type TranscodeFileModifier and TypeMethodDescriptionvoid
TranscodeTargetListener.fileAdded
(TranscodeFile file) void
TranscodeTargetListener.fileChanged
(TranscodeFile file, int type, Object data) void
TranscodeTargetListener.fileRemoved
(TranscodeFile file) boolean
TranscodeTarget.isAudioCompatible
(TranscodeFile file) -
Uses of TranscodeFile in com.biglybt.core.devices.impl
Classes in com.biglybt.core.devices.impl that implement TranscodeFileFields in com.biglybt.core.devices.impl declared as TranscodeFileMethods in com.biglybt.core.devices.impl with parameters of type TranscodeFileModifier and TypeMethodDescriptionvoid
DeviceUPnPImpl.fileAdded
(TranscodeFile _transcode_file) void
DeviceUPnPImpl.fileAdded
(TranscodeFile _transcode_file, boolean _new_file) void
DeviceUPnPImpl.fileChanged
(TranscodeFile file, int type, Object data) void
DeviceUPnPImpl.fileRemoved
(TranscodeFile file) protected TranscodeJobImpl
TranscodeQueueImpl.getJob
(TranscodeFile for_file) boolean
DeviceImpl.isAudioCompatible
(TranscodeFile file) boolean
DeviceMediaRendererManual.isAudioCompatible
(TranscodeFile transcode_file) Constructors in com.biglybt.core.devices.impl with parameters of type TranscodeFile -
Uses of TranscodeFile in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices with type parameters of type TranscodeFileMethods in com.biglybt.ui.swt.devices that return TranscodeFileModifier and TypeMethodDescriptionprivate TranscodeFile
SBC_DevicesView.getFileInTable
(TranscodeFile file) Methods in com.biglybt.ui.swt.devices with parameters of type TranscodeFileModifier and TypeMethodDescriptionprivate void
SBC_DevicesView.addCategory
(TranscodeFile[] files) private void
SBC_DevicesView.addCategorySubMenu
(org.eclipse.swt.widgets.Menu menu_category, TranscodeFile[] files) private void
SBC_DevicesView.addTagsSubMenu
(org.eclipse.swt.widgets.Menu menu_tags, TranscodeFile[] files) private void
SBC_DevicesView.assignSelectedToCategory
(Category category, TranscodeFile[] files) protected void
SBC_DevicesView.deleteFiles
(TranscodeFile[] toRemove, int startIndex) private void
SBC_DevicesView.deleteNoCheck
(TranscodeFile file) void
DeviceManagerUI.DeviceViewInstance.fileAdded
(TranscodeFile file) void
SBC_DevicesView.fileAdded
(TranscodeFile file) void
DeviceManagerUI.DeviceViewInstance.fileChanged
(TranscodeFile file, int type, Object data) void
SBC_DevicesView.fileChanged
(TranscodeFile file, int type, Object data) void
DeviceManagerUI.DeviceViewInstance.fileRemoved
(TranscodeFile file) void
SBC_DevicesView.fileRemoved
(TranscodeFile file) private TranscodeFile
SBC_DevicesView.getFileInTable
(TranscodeFile file) -
Uses of TranscodeFile in com.biglybt.ui.swt.devices.columns
Methods in com.biglybt.ui.swt.devices.columns with parameters of type TranscodeFileModifier and TypeMethodDescriptionprivate String
ColumnTJ_Completion.getETA
(TranscodeFile tf) private int
ColumnTJ_Completion.getPerThouDone
(TranscodeFile tf)