Uses of Interface
com.biglybt.core.devices.TranscodeFile
-
Packages that use TranscodeFile Package Description com.biglybt.core.devices com.biglybt.core.devices.impl com.biglybt.ui.swt.devices com.biglybt.ui.swt.devices.columns -
-
Uses of TranscodeFile in com.biglybt.core.devices
Methods in com.biglybt.core.devices that return TranscodeFile Modifier and Type Method Description TranscodeFile[]
TranscodeTarget. getFiles()
TranscodeFile
TranscodeJob. getTranscodeFile()
Methods in com.biglybt.core.devices with parameters of type TranscodeFile Modifier and Type Method Description void
TranscodeTargetListener. fileAdded(TranscodeFile file)
void
TranscodeTargetListener. fileChanged(TranscodeFile file, int type, java.lang.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 TranscodeFile Modifier and Type Class Description (package private) class
TranscodeFileImpl
Fields in com.biglybt.core.devices.impl declared as TranscodeFile Modifier and Type Field Description private TranscodeFile
DeviceTivo.FileInfo. file
Methods in com.biglybt.core.devices.impl with parameters of type TranscodeFile Modifier and Type Method Description void
DeviceUPnPImpl. fileAdded(TranscodeFile _transcode_file)
void
DeviceUPnPImpl. fileAdded(TranscodeFile _transcode_file, boolean _new_file)
void
DeviceUPnPImpl. fileChanged(TranscodeFile file, int type, java.lang.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 Constructor Description FileInfo(TranscodeFile _file, java.lang.String _host)
-
Uses of TranscodeFile in com.biglybt.ui.swt.devices
Fields in com.biglybt.ui.swt.devices with type parameters of type TranscodeFile Modifier and Type Field Description private TableViewSWT<TranscodeFile>
SBC_DevicesView. tvFiles
Methods in com.biglybt.ui.swt.devices that return TranscodeFile Modifier and Type Method Description private TranscodeFile
SBC_DevicesView. getFileInTable(TranscodeFile file)
Methods in com.biglybt.ui.swt.devices with parameters of type TranscodeFile Modifier and Type Method Description private 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.deviceView. fileAdded(TranscodeFile file)
void
SBC_DevicesView. fileAdded(TranscodeFile file)
void
DeviceManagerUI.deviceView. fileChanged(TranscodeFile file, int type, java.lang.Object data)
void
SBC_DevicesView. fileChanged(TranscodeFile file, int type, java.lang.Object data)
void
DeviceManagerUI.deviceView. 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 TranscodeFile Modifier and Type Method Description private java.lang.String
ColumnTJ_Completion. getETA(TranscodeFile tf)
private int
ColumnTJ_Completion. getPerThouDone(TranscodeFile tf)
-