Uses of Class
com.biglybt.core.devices.impl.TranscodeFileImpl
Packages that use TranscodeFileImpl
-
Uses of TranscodeFileImpl in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TranscodeFileImplModifier and TypeFieldDescription(package private) TranscodeFileImpl
TranscodeJobOutputLeecher.file
private TranscodeFileImpl
TranscodeJobImpl.transcode_file
Methods in com.biglybt.core.devices.impl that return TranscodeFileImplModifier and TypeMethodDescriptionDeviceImpl.allocateFile
(TranscodeProfile profile, boolean no_xcode, DiskManagerFileInfo file, boolean for_job) DeviceImpl.getFiles()
protected TranscodeFileImpl
DeviceImpl.getTranscodeFile
(String key) TranscodeJobImpl.getTranscodeFile()
DeviceImpl.lookupFile
(TranscodeProfile profile, DiskManagerFileInfo file) Methods in com.biglybt.core.devices.impl with parameters of type TranscodeFileImplModifier and TypeMethodDescriptionprotected void
DeviceImpl.deleteFile
(TranscodeFileImpl file, boolean delete_contents, boolean remove) protected void
DeviceImpl.fileDirty
(TranscodeFileImpl file, int type, Object data) protected String
DeviceImpl.getMimeType
(TranscodeFileImpl file) protected String
DeviceManagerImpl.getMimeType
(TranscodeFileImpl file) protected String
DeviceUPnPImpl.getMimeType
(TranscodeFileImpl file) protected URL
DeviceImpl.getStreamURL
(TranscodeFileImpl file, String host) protected URL
DeviceManagerImpl.getStreamURL
(TranscodeFileImpl file, String host) protected URL
DeviceUPnPImpl.getStreamURL
(TranscodeFileImpl file) protected URL
DeviceUPnPImpl.getStreamURL
(TranscodeFileImpl file, 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 TranscodeFileImplModifierConstructorDescriptionTranscodeJobOutputLeecher
(TranscodeJobImpl _job, TranscodeFileImpl _file)