Uses of Class
com.biglybt.core.devices.impl.TranscodeFileImpl
-
Packages that use TranscodeFileImpl Package Description com.biglybt.core.devices.impl -
-
Uses of TranscodeFileImpl in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TranscodeFileImpl Modifier and Type Field Description (package private) TranscodeFileImpl
TranscodeJobOutputLeecher. file
private TranscodeFileImpl
TranscodeJobImpl. transcode_file
Methods in com.biglybt.core.devices.impl that return TranscodeFileImpl Modifier and Type Method Description TranscodeFileImpl
DeviceImpl. allocateFile(TranscodeProfile profile, boolean no_xcode, DiskManagerFileInfo file, boolean for_job)
TranscodeFileImpl[]
DeviceImpl. getFiles()
protected TranscodeFileImpl
DeviceImpl. getTranscodeFile(java.lang.String key)
TranscodeFileImpl
TranscodeJobImpl. getTranscodeFile()
TranscodeFileImpl
DeviceImpl. lookupFile(TranscodeProfile profile, DiskManagerFileInfo file)
Methods in com.biglybt.core.devices.impl with parameters of type TranscodeFileImpl Modifier and Type Method Description protected void
DeviceImpl. deleteFile(TranscodeFileImpl file, boolean delete_contents, boolean remove)
protected void
DeviceImpl. fileDirty(TranscodeFileImpl file, int type, java.lang.Object data)
protected java.lang.String
DeviceImpl. getMimeType(TranscodeFileImpl file)
protected java.lang.String
DeviceManagerImpl. getMimeType(TranscodeFileImpl file)
protected java.lang.String
DeviceUPnPImpl. getMimeType(TranscodeFileImpl file)
protected java.net.URL
DeviceImpl. getStreamURL(TranscodeFileImpl file, java.lang.String host)
protected java.net.URL
DeviceManagerImpl. getStreamURL(TranscodeFileImpl file, java.lang.String host)
protected java.net.URL
DeviceUPnPImpl. getStreamURL(TranscodeFileImpl file)
protected java.net.URL
DeviceUPnPImpl. getStreamURL(TranscodeFileImpl file, java.lang.String host)
protected void
DeviceImpl. revertFileName(TranscodeFileImpl tf)
protected void
DeviceUPnPImpl. setCategories(TranscodeFileImpl tf, Download dl)
protected void
DeviceUPnPImpl. setTags(TranscodeFileImpl tf, Download dl)
protected boolean
DeviceUPnPImpl. setupStreamXCode(TranscodeFileImpl transcode_file)
protected void
DeviceUPnPImpl. syncCategoriesAndTags(TranscodeFileImpl tf, boolean inherit_from_download)
Constructors in com.biglybt.core.devices.impl with parameters of type TranscodeFileImpl Constructor Description TranscodeJobOutputLeecher(TranscodeJobImpl _job, TranscodeFileImpl _file)
-