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 TypeMethodDescriptionvoidTranscodeTargetListener.fileAdded(TranscodeFile file) voidTranscodeTargetListener.fileChanged(TranscodeFile file, int type, Object data) voidTranscodeTargetListener.fileRemoved(TranscodeFile file) booleanTranscodeTarget.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 TypeMethodDescriptionvoidDeviceUPnPImpl.fileAdded(TranscodeFile _transcode_file) voidDeviceUPnPImpl.fileAdded(TranscodeFile _transcode_file, boolean _new_file) voidDeviceUPnPImpl.fileChanged(TranscodeFile file, int type, Object data) voidDeviceUPnPImpl.fileRemoved(TranscodeFile file) protected TranscodeJobImplTranscodeQueueImpl.getJob(TranscodeFile for_file) booleanDeviceImpl.isAudioCompatible(TranscodeFile file) booleanDeviceMediaRendererManual.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 TranscodeFileSBC_DevicesView.getFileInTable(TranscodeFile file) Methods in com.biglybt.ui.swt.devices with parameters of type TranscodeFileModifier and TypeMethodDescriptionprivate voidSBC_DevicesView.addCategory(TranscodeFile[] files) private voidSBC_DevicesView.addCategorySubMenu(org.eclipse.swt.widgets.Menu menu_category, TranscodeFile[] files) private voidSBC_DevicesView.addTagsSubMenu(org.eclipse.swt.widgets.Menu menu_tags, TranscodeFile[] files) private voidSBC_DevicesView.assignSelectedToCategory(Category category, TranscodeFile[] files) protected voidSBC_DevicesView.deleteFiles(TranscodeFile[] toRemove, int startIndex) private voidSBC_DevicesView.deleteNoCheck(TranscodeFile file) voidDeviceManagerUI.DeviceViewInstance.fileAdded(TranscodeFile file) voidSBC_DevicesView.fileAdded(TranscodeFile file) voidDeviceManagerUI.DeviceViewInstance.fileChanged(TranscodeFile file, int type, Object data) voidSBC_DevicesView.fileChanged(TranscodeFile file, int type, Object data) voidDeviceManagerUI.DeviceViewInstance.fileRemoved(TranscodeFile file) voidSBC_DevicesView.fileRemoved(TranscodeFile file) private TranscodeFileSBC_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 StringColumnTJ_Completion.getETA(TranscodeFile tf) private intColumnTJ_Completion.getPerThouDone(TranscodeFile tf)